*{ margin:0; padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body{color: #333;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none; color:#333;cursor:pointer;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}

/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#00a1e9;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#00a1e9;}

.w1400{ width:1400px; margin:0 auto;}
@media screen and (max-width:1400px) {
.w1400 {width:94%;}
}

/*头部logo 导航*/
.header {width: 100%;background:rgba(0,0,0,.3);transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.header .w1400{ position:relative; height:78px; width:94%;z-index:99999;}
.header .logo { display: block; float: left; line-height: 0;visibility: inherit !important;}
.header .logo .logoimg2{ display:none;}
.header .header_right {float: right; visibility: inherit !important;}
.header .header_right .nav { float: left;}
.header .header_right .nav ul li { float: left; font-size: 16px;position: relative; text-align:center; width:110px; margin-left:10px;}
.header .header_right .nav ul li:first-child {margin-left: 0;}
.header .header_right .nav ul li:last-child{border-right: 1px solid rgba(255,255,255,0.2);}
.header .header_right .nav ul li>a {line-height: 78px; height:100%; width:100%; display: block; color:#fff;}
.header .header_right .nav ul li:hover>a,.header .header_right .nav ul li.cur>a {color: #fff;background: #00a1e9;}
.header .header_right .nav ul li .navbox{position: absolute;width: 100%;background:#fff;opacity: 0; top:108px; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s; transform: rotateY(90deg);z-index:999;}
.header .header_right .nav ul li .navbox:before{content: '';position: absolute;top: -6px;left: 50%;width: 0;height: 0px;margin-left: -6px;border: 6px solid #fff;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.header .header_right .nav ul li .navfl{width: 200%;margin-left: -50%; padding: 0 15%;}
.header .header_right .nav ul li:hover .navbox{ opacity:1;top:78px;transform: rotateY(0deg);}
.header .header_right .nav ul li .navbox a{ display:block; height:40px;line-height: 45px; border-bottom:1px inset #f3f3f3;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding:0 5px;}
.header .header_right .nav ul li .navbox a:last-child{ border-bottom:0;}
.header .header_right .nav ul li .navbox a:hover{ color:#00a1e9;}
.header .header_right .search { margin-top: 20px;float: left;line-height: 0; display: block; margin-left: 60px; height:40px; width:30px; padding:5px;transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;background: url(../images/search1.png) no-repeat center; position:absolute; right:0; overflow:hidden;}
.header .header_right .search .tx1{ height:30px; width:0; display:none;outline: none;border: 0; background:none;float:left;}
.header .header_right .search .bt1{width: 30px;height: 30px;outline: none;cursor: pointer;border: 0; float:right; background:none;}
@media screen and (min-width:1025px) {
.header .header_right .search:hover{ width:300px;border-radius: 3px;background:#fff url(../images/search2.png) no-repeat 260px center;}
.header .header_right .search:hover .tx1{width:255px; display:block;padding-left:5px;}
.header .header_right .search:hover .bt1{}
}

.header .header_right .dh { margin: 23px 70px 0 20px;float: left;color: #fff;font-size: 22px; font-weight: bold;}

.fixed-head {width: 100%; background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);z-index:99999;}
.fixed-head2{position: fixed; top: 0px; z-index: 99999;left: 50%;transform: translateX(-50%);-o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.fixed-head .logo .logoimg1{ display: none;}
.fixed-head .logo .logoimg2{ display: block;}
.fixed-head .header_right { background: none;}
.fixed-head .header_right .nav ul li a{color: #333;}
.fixed-head .header_right .dh{ color:#000;}
.fixed-head .header_right .search{background: url(../images/search2.png) no-repeat center;}
@media screen and (min-width:1025px) {
.fixed-head .header_right .search:hover{background:#fff url(../images/search2.png) no-repeat 260px center;border:1px solid #ccc;}
}
@media screen and (max-width:1400px) {
	.header .header_right .nav ul li{ margin-left:0;}
	.header .header_right .nav ul li{ width:90px;}
}
@media screen and (max-width:1200px) {
	.header .logo img{ max-width:280px;margin-top: 8px;}
	.header .header_right .nav ul li{ width:75px;font-size:15px;}
	.header .header_right .dh{ font-size:20px;margin: 23px 50px 0 20px;}
	
}
@media screen and (max-width:1024px) {
.header .header_right{ width:100%; background:#fff;display:none;}
.header .header_right .nav{ width:100%; float:none;}
.header .header_right .nav ul{ padding-top:0;}
.header .header_right .nav ul li,.header .header_right .nav ul li .navfl{width:100%;margin-left:0;border-bottom: 1px solid #f5f5f5; float:none; padding:0;}
.header .header_right .nav ul li a{ color:#333;}
.header .header_right .dh{ color:#333; font-size:28px; float:none; margin:0; text-align:center; height:75px; line-height:75px;border-bottom: 1px solid #f5f5f5;}
.header .header_right .search{ position:static; float:none;background:#00a1e9 url(../images/search1.png) no-repeat 94% center; width:80%; margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:65px; margin: 30px auto; border-radius:35px;}
.header .header_right .search .tx1{width:80%; display:block;height:55px; line-height:55px;padding-left: 6%;color:#fff; font-size:16px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.search .tx1::-webkit-input-placeholder {color:#fff;}
.search .tx1:-moz-placeholder {color:#fff;}
.search .tx1::-moz-placeholder { color:#fff;}
.search .tx1:-ms-input-placeholder {color:#fff;}
.header .header_right .search .bt1{ width:20%; height:55px;}

.navbtn {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 21px 0;width:36px;height:36px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;top: 17px;}
.navbtn:before,.navbtn:after,.navbtn span {background-color:#fff;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.navbtn:before,.navbtn:after {content:'';position:absolute;top:0;height:2px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.navbtn span {position:absolute;width:100%;height:2px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.navbtn:before {-webkit-transform:translate3d(0,-12px,0);transform:translate3d(0,-12px,0);}
.navbtn:after {-webkit-transform:translate3d(0,12px,0);transform:translate3d(0,12px,0);}
.navbtn.active span {opacity:0;}
.navbtn.active:before {background-color:#fff;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.navbtn.active:after {background-color:#fff;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}
.fixed-head .navbtn:before,.fixed-head .navbtn:after,.fixed-head .navbtn span,.fixed-head .navbtn.active:before,.fixed-head .navbtn.active:after{background-color:#00a1e9;}
.header .header_right .nav ul li i{content: '';display: block;float: right;width: 20%;height: 40px;line-height: 40px;background: url(../images/nav_jt1.png) center center no-repeat;position: absolute;top:18px;right: 0;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.header .header_right .nav ul li i.cur{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.header .header_right .nav ul li .navbox{ opacity:1; display:none;position: static;transform: rotateY(0deg);transition-duration:0s;-ms-transition-duration:0s;-moz-transition-duration:0s;-webkit-transition-duration:0s; border-top:0;}
.header .header_right .nav ul li .navbox:before{ border:0;}
.header .header_right .nav ul li .navbox a{background: #eee;margin-bottom: 1px;}
}
@media screen and (max-width:767px) {
.header .w1400{ height:58px;}
.header .logo img{ margin-top:0;}
.header .header_right .nav ul li>a{ line-height:55px;}
.header .header_right .nav ul li i{ top:8px;}
.header .header_right .dh{height:55px; line-height:55px;}
.header .header_right .search{ height:50px; margin:25px auto;}
.header .header_right .search .tx1{height:40px; line-height:40px; font-size:14px;}
.header .header_right .search .bt1{height:40px;}
.navbtn{ width:30px; height:30px; padding:0;}
}
@media screen and (max-width:374px) {
	.header .logo img{ max-width:230px;margin-top:15px;}
	.header .header_right .search{ margin:10px auto;}
}

/* banner 开始 */
.apple-banner {width: 100%;height:820px;position: relative;z-index:9;}
.apple-banner .swiper-container { width: 100%; height: 820px; position:relative;}
.apple-banner .swiper-container .swiper-slide { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position: relative;overflow: hidden;width: 100%;height: 100%;}
.apple-banner .swiper-container .swiper-slide .conn{display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;width: 100%;height: 100%;}
.apple-banner .swiper-container .swiper-slide.slide2 .conn .bg,.apple-banner .swiper-container .swiper-slide.slide3 .conn .bg{background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;-webkit-animation: 15s infinite activeB;-moz-animation: 15s infinite activeB;-ms-animation: activeB 15s infinite;-o-animation: 15s infinite activeB;animation: 15s infinite activeB;overflow: hidden;position:absolute;top:0;left;0;width:100%;height:100%;z-index:0;}
.apple-banner .swiper-container .slide_video{position:relative;overflow: hidden;width:100% !important;}
.apple-banner .swiper-container .swiper-slide video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:100%;/*height:100%;*/z-index:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}
.ba_PrevNext { width:45%; height:70px; overflow:hidden; margin:0; padding:0; background-color:rgba(13,81,152,0.9); position:absolute; left:0; bottom:0; z-index:99;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 160px; height: 100%; position:absolute; top:0; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { right:160px; left:inherit;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 100%; height: 70px; line-height:70px; color:#fff; font-size:14px; text-align:center; border-radius: 100%; opacity: 1; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span {}
.apple-banner .swiper-button-next span {}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: 1;}
.apple-banner .swiper-button-prev span img, .apple-banner .swiper-button-next span img { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 0 0 8px; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.apple-banner .swiper-button-prev span img { margin:-4px 8px 0 0;}
.apple-banner .swiper-button-prev:hover span img { margin:-4px 16px 0 0;}
.apple-banner .swiper-button-next:hover span img { margin:-4px 0 0 16px;}

/*@keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
@-moz-keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
@-ms-keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
@-webkit-keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}
@-o-keyframes activeB{
0%,100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
}*/


/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:40px; background:none;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 26px; margin: 0 6px; cursor: pointer; background: none; border-radius:0; opacity: 1; }
.apple-banner .swiper-pagination-bullet span { display: inline-block; line-height: 100px;overflow: hidden;width: 26px; height: 26px; margin: 0 5px;position: relative; background: none;border-radius: 50%;}
.apple-banner .swiper-pagination-bullet-active span{border: 1px solid #00a1e9;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ border: 1px solid #00a1e9;}
.apple-banner .swiper-pagination-bullet i{ display: block;position: absolute;left: 8px; top: 8px;width: 8px; height: 8px;background: #fff;border-radius: 50%;}
.apple-banner .swiper-pagination-bullet-active span i{background: #00a1e9;}
.apple-banner .autoplay .swiper-pagination-bullet-active span i{background: #00a1e9;}

@media screen and (max-width:1600px) {
.apple-banner {height: 700px;}
.apple-banner .swiper-container {height: 700px;}	
}
@media screen and (max-width:1200px) {
.apple-banner {height: 600px;}
.apple-banner .swiper-container {height: 600px;}	
}
@media screen and (max-width:1023px) {
.apple-banner {height: 450px;}
.apple-banner .swiper-container {height: 450px;}	
.apple-banner .swiper-pagination{ bottom:25px;}
}
@media screen and (max-width:767px) {
.apple-banner {height: 260px;}
.apple-banner .swiper-container {height: 260px;}
	}
@media screen and (max-width:375px) {
.apple-banner {height: 200px;}
.apple-banner .swiper-container {height: 200px;}
}
/* banner 结束 */

/*首页关于我们*/
.ind_about{ background:#f2f3f5; padding:80px 0; overflow:hidden;}
.ind_aboutl{ width:30%; float:left;padding: 2% 0;}
.big_biao p{ font-size:56px; color:#e7e8ea; font-weight:bold; text-transform:uppercase; line-height:56px;}
.big_biao span{ display:block; font-size:34px; color:#333; font-weight:bold; line-height:40px; width:290px; animation: biaoti 2s infinite;}
.big_biao span:before{ content:""; display:block; background:url(../images/bigb_ico.png) no-repeat center; width:62px; height:16px; float:left; margin:12px 15px 0 0;}
.big_biao span:after{ content:""; display:block; background:url(../images/bigb_ico2.png) no-repeat center; width:62px; height:16px; float:right; margin:12px 0 0 15px;}
@keyframes biaoti{
	0%{transform:translateY(0px);}
	50%{transform:translateY(-10px);}
	100%{transform:translateY(0px);}
	}

.ind_about .ind_aboutl .indab_ms{ margin-top:20px; line-height:30px; color:#666;max-height: 240px;overflow: hidden;}
.indab_more{ display:block; margin-top:30px; background:#00a1e9 url(../images/bigb_more.png) no-repeat 135px; color:#fff; font-size:16px; width:200px; height:50px; line-height:50px; padding-left: 40px; border-radius:30px;overflow: hidden;position: relative;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;}
.indab_more:hover{ border-radius:0;}
.indab_more:before{content: '';position: absolute;left: -240px;top: 0px;width: 150px;height: 100%;background: rgba(255,255,255,.2);z-index: 1;transform: skew(30deg, 0);-webkit-transform: skew(30deg, 0);-ms-transform: skew(30deg, 0);-moz-transform: skew(30deg, 0);-o-transform: skew(30deg, 0);transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;filter: blur(10px);}
.indab_more:hover:before{left: 290px;}

.ind_aboutr{ width:65%; float:right;background: url(../images/about.jpg) no-repeat center;background-size: cover ;}
.ind_aboutr .list{display: block;width: 100%; }
.ind_aboutr .list li{width: 33.3334%;float: left; padding-top:230px;z-index: 9;height:500px;transition: all 0.5s;  transition:0.5s; overflow: hidden;}
.ind_aboutr .list li:nth-child(odd) { background: rgba(0,0,0,0.4)}
.ind_aboutr .list li:nth-child(even){background: rgba(0,0,0,0.5)}
.ind_aboutr .list li .box{text-align: center;width: 100%;transition: all 0.2s; position: relative; z-index: 50;padding: 0}
.ind_aboutr .list li .ablizi{text-align: center;font-size: 20px;color: #FFFFFF;margin: 0 0 15px 0;height: 70px;font-weight: 100; position: relative}
.ind_aboutr .list li .ablizi span{font-size: 60px; height: 60px; font-weight: 100;margin-right: 8px;transition: all 0.4s;display: inline-block;font-weight: bold;}
.ind_aboutr .list li .ablizi i{font-style: inherit;position: absolute; bottom:0px;font-weight: bold}
.ind_aboutr .list li p{font-size: 16px;line-height: 16px;margin: 0 0 16px 0;color: #FFFFFF;text-align: center;}
.ind_aboutr .list li p img{height:16px;}
.ind_aboutr .list li .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none;background-size: cover !important;}
.ind_aboutr .list li:nth-of-type(1) .bg {background: url('../images/a1.jpg') center bottom no-repeat;}
.ind_aboutr .list li:nth-of-type(2) .bg {background: url('../images/a2.jpg') center bottom no-repeat;}
.ind_aboutr .list li:nth-of-type(3) .bg {background: url('../images/a3.jpg') center bottom no-repeat;}
.ind_aboutr .list li .ablizi:hover span{transform: scale(1.1);}
.ind_aboutr .list li:hover{transform: scale(1.1); position: relative;z-index: 60}
.ind_aboutr .list li.on{transform: scale(1.08,1.08); z-index: 10;  box-shadow: 0px 0px 20px rgba(0,0,0,0);background-size: cover;opacity: 1;
	background-repeat: no-repeat;background-position: center center;}
.ind_aboutr .list li.on .bg{display: block; overflow: hidden}
.ind_aboutr .list li.on .bg:after{content: ""; display: block; position: absolute; left: 0; top: 0; width: 102%; height: 100%; background: rgba(0,0,0,0.07)}
.ind_aboutr .list li .bg canvas{ width:333px !important; height:500px !important;}
@media (max-width:1024px) {
	.ind_about{padding:40px 0;}
	.ind_aboutl{width:100%; padding:0;}
	.big_biao p{ text-align:center;}
	.big_biao span{ margin:0 auto;}
	.indab_more{ margin:20px auto 30px;}
	.ind_aboutr{width:100%;}
	.ind_aboutr .text,.ind_aboutr .list{ width: 100%; float: left}
	.ind_aboutr .text{ margin-bottom:40px; }
	.ind_aboutr .list li{ height:300px;padding-top: 120px;}
	.ind_aboutr .list li.on{transform: scale(1,1);}
	.ind_aboutr .list li .ablizi{font-size: 20px;height: auto !important; margin-bottom: 10px; }
    .ind_aboutr .list li .ablizi span{font-size:20px;height: auto !important}
	.ind_aboutr .list li .ablizi i{ font-size: 14px;}
	.ind_aboutr .list li p{font-size: 14px;margin: 0}
	.ind_aboutr .list li:nth-of-type(1) .bg {background: url('../images/a1.jpg') center -220px no-repeat;}
    .ind_aboutr .list li:nth-of-type(2) .bg {background: url('../images/a2.jpg') center -220px no-repeat;}
    .ind_aboutr .list li:nth-of-type(3) .bg {background: url('../images/a3.jpg') center -220px no-repeat;}

}
@media (max-width:880px) {
	.ind_aboutr .list li:nth-of-type(1) .bg {background: url('../images/a1.jpg') center -150px no-repeat;}
    .ind_aboutr .list li:nth-of-type(2) .bg {background: url('../images/a2.jpg') center -150px no-repeat;}
    .ind_aboutr .list li:nth-of-type(3) .bg {background: url('../images/a3.jpg') center -150px no-repeat;}
}
@media (max-width:767px) {
	.ind_about{padding:30px 0;}
	.big_biao p{ font-size:32px; line-height:32px;}
	.big_biao span{ font-size:26px; width:258px;}
	.ind_about .ind_aboutl .indab_ms{ margin-top:10px; line-height:25px; max-height: 200px;}
	.indab_more {margin: 10px auto 20px; font-size:14px;width: 160px;height: 45px;line-height: 45px;padding-left: 32px;background: #0fc031 url(../images/bigb_more.png) no-repeat 100px center;}
	.ind_aboutr .list li{height: 180px; padding-top:70px;}
	.ind_aboutr .list li .bg canvas{ width:150px !important; height:180px !important;}
	.ind_aboutr .list li:nth-of-type(1) .bg {background: url('../images/a1.jpg') center bottom no-repeat;}
    .ind_aboutr .list li:nth-of-type(2) .bg {background: url('../images/a2.jpg') center bottom no-repeat;}
    .ind_aboutr .list li:nth-of-type(3) .bg {background: url('../images/a3.jpg') center bottom no-repeat;}
}
@media (max-width:375px) {
.indab_more{width: 150px;padding-left: 27px;background: #0fc031 url(../images/bigb_more.png) no-repeat 95px center;}
}

/*首页产品中心*/
.ind_pro{padding:60px 0; overflow:hidden;}
.ind_pro .big_biao p{ text-align:center;}
.ind_pro .big_biao span{ margin:0 auto;}
.indpro_cp{ margin-top:40px;}
.indpro_cp ul.tujian li{ width:49%; float:left; margin-right:2%; border-radius:10px; background:#f2f3f5;overflow: hidden;}
.indpro_cp ul.tujian li:nth-child(2n){ margin-right:0;}
.indpro_cp ul li{ position:relative;}
.indpro_cp ul li .indpro_img1{ width:100%; height:350px; overflow:hidden;}
.indpro_cp ul li .indpro_img1 a{ display:block; width:100%; height:100%; position:relative;}
.indpro_cp ul li .indpro_img1 a img{ position:absolute; margin:auto; left:0; right:0; top:0; bottom:0; max-width:100%; max-height:100%;transition-duration: .7s;-ms-transition-duration: .7s;-moz-transition-duration: .7s;-webkit-transition-duration: .7s;}
.indpro_cp ul li .indpro_wz1{ padding:20px 20px 25px;}
.indpro_cp ul li .pro_name{ display:block; width:100%; height:40px; line-height:40px; font-weight:bold; font-size:18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.indpro_cp ul li .indpro_wz1 p{ color:#999; line-height:24px;height: 50px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.indpro_cp ul li:hover{ box-shadow:0 10px 10px #ccc;}
.indpro_cp ul li:hover .pro_name{ color:#00a1e9;}
.indpro_cp ul li:hover .indpro_img1 a img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.indpro_cp ul li:before{content: '';position: absolute;left: -100%;top: 0px;width: 150px;height: 100%;background: rgba(255,255,255,.2);z-index: 1;transform: skew(30deg, 0);-webkit-transform: skew(30deg, 0);-ms-transform: skew(30deg, 0);-moz-transform: skew(30deg, 0);-o-transform: skew(30deg, 0);transition: all 1s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;filter: blur(10px);}
.indpro_cp ul li:hover:before{ animation:sgt .5s;}
 @keyframes sgt{
	 0%{left: -100%;}
	 100%{left: 150%;}
	 }

.indpro_cp ul.cgchanpin li{ width:32%; float: left;margin-right:2%; border-radius:10px; background:#f2f3f5;overflow: hidden; margin-top:30px;}
@media (min-width:768px) {
.indpro_cp ul.cgchanpin li:nth-child(3n){ margin-right:0;}
}
.indpro_cp ul.cgchanpin li.indpro_img2 .indpro_img1{ height:400px; overflow:hidden;}
@media (max-width:1199px) {
	.indpro_cp ul.cgchanpin li.indpro_img2 .indpro_img1{ height:300px;}
}
@media (max-width:1024px) {
	.ind_pro{padding:40px 0;}
	.indpro_cp{ margin-top:30px;}
	.indpro_cp ul li .indpro_wz1 {padding: 10px 20px 20px;}
	.indpro_cp ul li .indpro_img1{ height:260px;}
	.indpro_cp ul.cgchanpin li.indpro_img2 .indpro_img1{ height:220px;}
}
@media (max-width:880px) {
	.indpro_cp ul li .indpro_img1{ height:220px;}
	.indpro_cp ul.cgchanpin li.indpro_img2 .indpro_img1{ height:180px;}
}
@media (max-width:767px) {
	.ind_pro{padding:30px 0;}
	.indpro_cp{ margin-top:20px;}
	.indpro_cp ul.tujian li,.indpro_cp ul.cgchanpin li{ border-radius:0;}
	.indpro_cp ul li .pro_name{ font-size:16px;}
	.indpro_cp ul li .indpro_wz1 {padding: 5px 10px 10px;}
	.indpro_cp ul li .indpro_img1{ height:130px;}
	.indpro_cp ul.cgchanpin li.indpro_img2 .indpro_img1{ height:130px;}
	.indpro_cp ul.cgchanpin li{ width:49%; margin-top:10px;}
	.indpro_cp ul.cgchanpin li:nth-child(2n){ margin-right:0;}
}

/*首页应用领域*/
.ind_case{padding:60px 0; overflow:hidden;background: #00a1e9; position:relative;}
.ind_case .big_biao p{ text-align:center; color:rgba(255,255,255,.2);}
.ind_case .big_biao span{ margin:0 auto; color:#fff;}
.ind_case .big_biao span:before,.ind_case .big_biao span:after{filter: grayscale(100%) brightness(200%);}
.ind_case .layer{ position: absolute; left: 0%; top: 0%; width: 100%; height:100%; overflow: hidden }
.ind_case .idxCase_main { position:relative; z-index:999;height:auto; margin: 40px auto 0; padding:40px; background-color:#fff; box-shadow: 0 8px 16px rgba(0,0,0,0.1); border-radius:20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxCase_scoll0 { width:100%; min-height:440px; padding:0;}
.lyIdxCase_scoll0 .item { position:relative;}
.lyIdxCase_scoll0 .lSPrev, .lyIdxCase_scoll0 .lSNext { width:80px; height:60px; position:absolute; right:80px; bottom:0; z-index:2; margin:0;  background-size:30px 18px; cursor:pointer;}
.lyIdxCase_scoll0 .lSPrev{background:rgba(0,0,0,0.5) url(../images/bigb_more.png) center center no-repeat;transform: rotateY(180deg);}
.lyIdxCase_scoll0 .lSNext { right:0; bottom:0; background:rgba(0,0,0,0.5) url(../images/bigb_more.png) center center no-repeat; background-size:30px 18px;}
.lyIdxCase_scoll0 .lSPrev:hover { background:#00a1e9 url(../images/bigb_more.png) center center no-repeat;}
.lyIdxCase_scoll0 .lSNext:hover { background:#00a1e9 url(../images/bigb_more.png) center center no-repeat;}
lyIdxCase_scoll0 .content-slider { width:100%; overflow:hidden;}
.lyIdxCase_scoll0 .content-slider li {}
.lyIdxCase_scoll0 .content-slider li .IdxCase_pic { width:100%; overflow:hidden; height:168px; text-align:center; margin:0 auto 10px; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lyIdxCase_scoll0 .content-slider li .IdxCase_pic img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.lyIdxCase_scoll0 .content-slider li:hover .IdxCase_pic img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.lyIdxCase_scoll0 .lSPager { display:none;}
.idxCase_main ul li .idxCase_img { width:64%; height:440px; overflow:hidden; margin:0; padding:0; float:right;}
.idxCase_main ul li .idxCase_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border-radius:10px; position:relative;}
.idxCase_main ul li .idxCase_img a img { display:block; width:100%; height:100%; overflow:hidden; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.idxCase_main:hover ul li .idxCase_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.idxCase_main ul li .idxCase_text { width:36%; height:440px; overflow:hidden; margin:0; padding:0 40px 0 0; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxCase_main ul li .idxCase_text .idxCase_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxCase_main ul li .idxCase_text .idxCase_con .idxCase_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxCase_main ul li .idxCase_text .idxCase_con .idxCase_name a { display:block; width:100%; max-height:64px; overflow:hidden; line-height:32px; font-size:24px; font-weight:bold; margin:0 auto 4px; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idxCase_main:hover ul li .idxCase_text .idxCase_con .idxCase_name a { color:#00a1e9;}
.idxCase_main ul li .idxCase_text .idxCase_con i.idxCase_line { display:block; width:40px; height:2px; overflow:hidden; margin:16px 0 24px; padding:0; background-color:#333; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.idxCase_main:hover ul li .idxCase_text .idxCase_con i.idxCase_line { width:80px; background-color:#00a1e9;}
.idxCase_main ul li .idxCase_text .idxCase_con .idxCase_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxCase_main ul li .idxCase_text .idxCase_con .idxCase_ms .casep { width:100%; height:196px; overflow:hidden; line-height:28px; color:#888; font-size:15px; text-align:justify; text-indent:2em; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.ind_case .indab_more{ position:absolute; bottom:0; left:0;}
@media (max-width:1024px) {
	.ind_case{padding:40px 0;}
	.ind_case .idxCase_main{margin: 30px auto 0;}
}
@media (max-width:767px) {
	.ind_case{padding:30px 0;}
	.ind_case .idxCase_main{ padding:15px;margin: 20px auto 0;}
	.idxCase_main ul li .idxCase_img { width:100%; height:240px;}
	.idxCase_main ul li .idxCase_text{ width:100%; margin-top:10px; height:270px; padding:0;}
	.idxCase_main ul li .idxCase_text .idxCase_con .idxCase_name a{ font-size:18px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width:100%;}
	.idxCase_main ul li .idxCase_text .idxCase_con i.idxCase_line{ margin: 10px 0 15px;}
	.idxCase_main ul li .idxCase_text .idxCase_con .idxCase_ms .casep{ height:116px;}
    .lyIdxCase_scoll0 .lSPrev, .lyIdxCase_scoll0 .lSNext{ width:70px; height:50px; bottom:20px;}
	.lyIdxCase_scoll0 .lSPrev{right:70px;}
}
@media (max-width:374px) {
	.lyIdxCase_scoll0 .lSPrev, .lyIdxCase_scoll0 .lSNext{ width:50px; height:45px;}
	.lyIdxCase_scoll0 .lSPrev{right:50px;}
	}
	

/*首页视频中心*/
.ind_news{padding:60px 0; overflow:hidden;}
.ind_news .big_biao p{ text-align:center;}
.ind_news .big_biao span{ margin:0 auto;}
.indnew_box { width:100%; height:auto; margin: 20px auto 0; padding:0 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ind_new_scoll { width:100%; padding:0;}
.ind_new_scoll .item { position:relative;}
.ind_new_scoll .lSPrev, .ind_new_scoll .lSNext { background:url(../images/prev01.png) center center no-repeat; width:40px; height:40px; position:absolute; left:-60px; top:50%; margin-top:-20px;cursor:pointer;}
.ind_new_scoll .lSNext { left:auto; right:-60px; background:url(../images/next01.png) center center no-repeat;}
.ind_new_scoll .lSPrev:hover { background:url(../images/prev02.png) center center no-repeat;}
.ind_new_scoll .lSNext:hover { background:url(../images/next02.png) center center no-repeat;}
.ind_new_scoll .content-slider { width:100%; overflow:hidden;}
.ind_new_scoll .content-slider li .lipianyi{ margin: 20px 0 0 20px; position:relative;}
.ind_new_scoll .content-slider li .lipianyi:after{ content: ""; display: block; position: absolute; left: 0px; top: 0px; background: #00a1e9; width: 100%; height: 100%; z-index: -5; transition: 0.5s; opacity:0; }
.ind_new_scoll .content-slider li .lipianyi:hover:after{opacity:1; left: -20px; top: -20px;}
.ind_new_scoll .content-slider li .pic { display:block; width:100%; height:317px; background-color:#fff; text-align:center; position:relative; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; z-index:99;}
.ind_new_scoll .content-slider li .pic:after{ content:"+"; display:block; width:50px; height:50px; line-height:50px; color:#fff; background:rgba(0,161,233,.8); font-size:38px; text-align:center; position:absolute; right:0; bottom:0; opacity:0;transition: all .5s;}
.ind_new_scoll .content-slider li:hover .pic:after{ opacity:1;}
.ind_new_scoll .content-slider li .pic img {width:100%; height:100%;object-fit: cover; vertical-align:middle; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.ind_new_scoll .content-slider li .pic .iblock { display:inline-block; height:100%; width:0; vertical-align:middle}
.ind_new_scoll .content-slider li:hover .pic img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ind_new_scoll .lSPager { display:none;}
.ind_new_scoll .newtext_box{ background:#f2f3f5; padding:20px; position:relative; z-index:99;}
.ind_new_scoll .content-slider li .lyAboutHonor_text {display: block; width: 100%;height: 40px;line-height: 40px;font-weight: bold;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; margin-bottom:10px;}
.ind_new_scoll .content-slider li .lyAboutHonor_text:before{ content:""; width:4px; height:20px; background:#00a1e9; display:block; float:left; margin: 10px 10px 0 0;}
.ind_new_scoll .newtext_box time{font-size:15px; color:#999;}
.ind_new_scoll .newtext_box time span{ font-size:22px;color:#333;}
.ind_new_scoll .newtext_box .em { display:block; width:30px; height:18px; position:absolute; right:20px; bottom:20px;background:url(../images/bigb_more2.png) center center no-repeat;-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.ind_new_scoll .content-slider li:hover .lyAboutHonor_text {color:#00a1e9;}
.ind_new_scoll ul li:hover .newtext_box .em {right:25px;}
@media screen and (max-width:1400px) {
	.ind_new_scoll .content-slider li .pic{ height:250px;}
	}
@media screen and (max-width:1024px) {
	.ind_news{padding:40px 0;}
	.indnew_box{margin: 30px auto 0;}
	.ind_new_scoll .content-slider li .lipianyi{ margin:0;}
	.ind_new_scoll .content-slider li .lipianyi:hover:after{opacity:0;}
}
@media screen and (max-width:767px) {
	.ind_news{padding:30px 0;}
	.indnew_box{margin: 20px auto 0;}
	.ind_new_scoll .content-slider li .pic{ height:220px;}
	.ind_new_scoll .newtext_box{ padding:10px;}
	.ind_new_scoll .content-slider li .lyAboutHonor_text{ height:35px; line-height:35px;margin-bottom: 0;font-size: 16px;}
	.ind_new_scoll .content-slider li .lyAboutHonor_text:before{margin: 7px 10px 0 0;}
	.ind_new_scoll .newtext_box time span{font-size: 20px;}
	.ind_new_scoll .newtext_box .em{ bottom:15px;}
	}

/*底部 开始*/
.ly_foot { width:100%; margin:0 auto; padding:0; background-color:#292828; border-top:5px solid #00a1e9;}
.ly_foot .ly_Ftmain { overflow:hidden; padding:100px 0 40px;}
.ly_Ftmain .ly_FtLeft { width:18%; height:160px; float:left; padding:0 4%; border-left:1px solid rgba(255, 255, 255, 0.08); border-right:1px solid rgba(0, 0, 0, 0.5); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Ftmain .ly_FtLeft1 {border-left:0;}
.ly_FtLeft ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-overflow: ellipsis; white-space: nowrap; margin:0 auto; padding:0 0 0 18px; background:url(../images/fttb.png) left center no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; opacity:.6;}
.ly_FtLeft ul li a:hover{opacity:1;}
.lyFttit { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:22px; font-weight:bold; margin:-60px auto 20px; padding:0;}

.ly_Ftmain .ly_FtCenter { width:34%; height:160px; margin:0; padding:0 4%; border-left:1px solid rgba(255, 255, 255, 0.08); border-right:1px solid rgba(0, 0, 0, 0.5); float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_FtCenter p { width:100%; overflow:hidden; line-height:30px; color:rgba(255, 255, 255, 1); font-size:15px; margin:10px auto; padding:0 0 0 32px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;opacity:.6;}
.ly_FtCenter p a{ color:rgba(255, 255, 255, 1);}
.ly_FtCenter p img { display:block; width:30px; height:30px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0;}

.ly_Ftmain .ly_FtRight { width:30%; height:160px; float:left; padding:0 0 0 4%; border-left:1px solid rgba(255, 255, 255, 0.08); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_FtRight ul li { overflow:hidden; margin:0 40px 0 0; padding:0; float:left;background: #fff;}
.ly_FtRight ul li:nth-child(2) { margin:0;}
.ly_FtRight ul li img { display:block; width:100%; max-width:120px; overflow:hidden; margin:0 auto 5px; padding:0;}
.ly_FtRight ul li p { width:100%; height:20px; overflow:hidden; line-height:20px; color:#666; text-align:center; margin:0 auto; padding:0; margin-bottom:8px;}

.ly_foot .ly_FtBottom { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; background-color:#1a1a1a;}
.ly_foot .ly_FtBottom .FtBottom_mid { height:auto;padding:10px 0;}
.FtBottom_mid .Ft_Copy, .FtBottom_mid .Ft_Supp { line-height:30px; color:rgba(255, 255, 255, 0.5); font-size:14px;}
.FtBottom_mid .Ft_Copy a, .FtBottom_mid .Ft_Supp a { color:rgba(255, 255, 255, 0.5);}
.FtBottom_mid .Ft_Copy a:hover, .FtBottom_mid .Ft_Supp a:hover { color:#fff;}
.FtBottom_mid .Ft_Copy { width:70%; float:left;}
.FtBottom_mid .Ft_Supp { width:30%; float:right; text-align:right;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_FtRight ul li { margin:0 20px 0 0;}
	.ly_FtRight ul li img { max-width:110px;}
	.ly_Ftmain .ly_FtLeft, .ly_Ftmain .ly_FtCenter, .ly_Ftmain .ly_FtRight { padding:0 2%;}
	.lyFttit { font-size:22px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_FtRight ul li { margin:0 20px 0 0;}
	.ly_FtRight ul li img { max-width:110px;}
	.ly_Ftmain .ly_FtLeft, .ly_Ftmain .ly_FtCenter, .ly_Ftmain .ly_FtRight { padding:0 2%;}
	.lyFttit { font-size:22px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Ftmain .ly_FtLeft { width:50%; margin:0 auto 40px; display:none;}
	.ly_Ftmain .ly_FtCenter { width:50%; height:160px; margin:0; padding:0 4% 0 0; border-left:0;}
	.ly_Ftmain .ly_FtRight { width:50%; height:160px; padding:0 0 0 4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.FtBottom_mid .Ft_Copy, .FtBottom_mid .Ft_Supp { width:100%; text-align:left;}
}
@media (max-width: 767px) {
	.ly_foot .ly_Ftmain { padding:20px 0;}
	.ly_foot .ly_Ftmain, .ly_foot .ly_FtBottom .FtBottom_mid { width:94%;}
	.ly_Ftmain .ly_FtLeft { width:50%; margin:0 auto 40px; display:none;}
	.ly_Ftmain .ly_FtCenter { width:100%; height:auto; margin:0; padding:0 0 20px; border-left:0; border-right:0; border-bottom:1px solid rgba(0, 0, 0, 0.5); display:none;}
	.ly_Ftmain .ly_FtRight { width:100%; height:auto; margin:0; padding:20px 0 0; border-left:0; border-top:1px solid rgba(255, 255, 255, 0.08); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; padding:0; border-top:0;}
	.ly_Ftmain .ly_FtRight ul{ width:280px; margin: 0 auto;}
	.FtBottom_mid .Ft_Copy, .FtBottom_mid .Ft_Supp { width:100%; text-align:center;}
	.lyFttit { font-size:22px; margin:0 auto 20px;}
}
@media (max-width: 320px) {
	.ly_foot .ly_Ftmain, .ly_foot .ly_FtBottom .FtBottom_mid { padding:20px 0;}
}

/*底部 结束*/

/*友情链接*/
.ind_link{ margin:40px 0 0;background: url(../images/linkbg.png) repeat;overflow: hidden;}
.linkl{ width:110px; min-height:72px; background:#fff; position:relative; float:left;}
.linkl_box{position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.linkl span{ display:block; color:#999; font-size:14px;text-align: center;    background: url(../images/link.png) 0 center no-repeat;background-size: 28px 28px;padding-left: 28px;height: 28px;line-height:30px;}
.linkl p{ width:100%;text-align:center; font-size:16px; font-weight: bold;margin-top: 5px;}
.linkr{width: calc(100% - 110px); float:right;padding: 10px 15PX;}
.linkr a{ float:left; color:#fff; opacity:.6; margin:0 10px 5px 0;}
.linkr a:hover{opacity:1;}
@media (max-width: 767px) {
	.ind_link { margin-top:30px;}
	.linkl{ width:100%; background:rgba(255,255,255,.15);}
	.linkl span,.linkl p{ color:#fff;}
    .linkr{ width:100%;padding: 20px 0 10px;}
}

/*漂浮*/
 .footpf {position:fixed;right:0;top:40%; transform: translateY(-50%);z-index:99998; }
 .footpf .side1 { width:50px;height:170px;background-image: linear-gradient(45deg, #00a1e9 , #0fc031);text-align:center;transition:all 0.5s; display: flex;align-items: center;justify-content: center;}
 .footpf .side1 a, .footpf .side1 img,.footpf .side1 i,.side1 span {display:block;}
 .footpf .side1 i { margin:10px auto; width:1px; height:20px;background:#fff; transition:all 0.5s ease;}
 .footpf .side1 span {color:#fff;font-size:16px; writing-mode: vertical-lr; width:25px;margin: 0 auto;font-family:got;letter-spacing: 2px;}
 .footpf .side1:hover {background: #283d46;}
 .footpf .side1:hover a img { animation:jitter 0.5s;}
 .footpf .side {height:50px; position:absolute;transition:all 0.5s;}
 .footpf .side a { display:block; width:100%; height:100%;font-size:0; }
 .footpf .side i, .footpf .side span {display:inline-block;vertical-align: middle;height:100%;line-height: 50px }
 .footpf .side i { width:50px; height:50px; transition:all 0.3s; position:relative; background-image: linear-gradient(45deg, #00a1e9 , #0fc031);}
 .footpf .side i:before{content:""; position:absolute; width:24px; height:24px;left:50%; top:50%; transform: translate(-50%,-50%);}
 .footpf .side span {text-align:center;  line-height:50px; background:#2a3d44; font-size:15px;color:#fff; transition:all 1s;}
 .footpf .side:hover {  right:0; }
 .footpf .side2 {top:171px; right:-90px; width: 140px;}
 .footpf .side2 i:before{background:url(../images/pf_ico.png) 0 0 no-repeat; }
 .footpf .side2 span { width:90px;}
 .footpf .side3 {right:-150px; width: 200px;top:222px;}
 .footpf .side3 i:before{background:url(../images/pf_ico.png) -24px 0 no-repeat; }
 .footpf .side3 span {width:150px; }
 .footpf .side4 {right:-90px;width: 140px;top: 273px;cursor: pointer;}
 .footpf .side4 i:before{background:url(../images/pf_ico.png) -2px -24px no-repeat; }
 .footpf .side4 span { width:90px;font-size:14px; }
 .footpf .qcodePic { width:100%;position:absolute;max-width: 141px;top:50px;left:0; display: none;z-index:99; text-align:center;}
 .footpf .qcodePic img { width:100%;}
 .footpf .side4:hover .qcodePic {display:block;}
 .footpf .side5 { right:-90px; width: 140px; top: 324px; cursor: pointer;}
 .footpf .side5 i:before{background:url(../images/pf_ico.png) -26px -26px no-repeat; }
 .footpf .side5 span {width:90px;}
 @media (max-width:1023px) {
	 .footpf{ top:30%;}
	 .footpf .side i{border-radius: 50%;}
	 .footpf .side1,.footpf .side2,.footpf .side4,.footpf .side3 span{ display:none;}
	 .footpf .side5{ top:280px;}
	 .footpf .side:hover{ right:-150px;}
	 }
 @media (max-width:767px) {
	 .footpf .side{ height:40px;}
	 .footpf .side i{ width:40px; height:40px;}
	 .footpf .side3{ width:190px;}
	 .footpf .side5{right:-100px;}
 }
 
 /*内页面包屑*/
 .nymbx{ background:url(../images/mbxbg.png) repeat-x; width:100%;overflow: hidden;}
 .nymbx .mbxleft{ float:left; margin-left:10%;}
 .nymbx .mbxleft a{ display:block; float:left; text-align:center; font-size:16px;border-left: 1px solid #eee; width:200px; height:75px; line-height:75px; position:relative;}
 .nymbx .mbxleft a:last-child{border-right: 1px solid #eee;}
 .nymbx .mbxleft a.on,.nymbx .mbxleft a:hover{font-size:18px; color:#0fc031; border-bottom:3px solid #0fc031;}
 .nymbx .mbxright{ float:right; height:100%; background:#00a1e9; color:#fff; padding:0 10%;}
 .nymbx .mbxright img{vertical-align: middle !important;}
 .nymbx .mbxright a{height:75px;  line-height:75px; color:#fff;}
 .nymbx .mbxright a:hover{ font-weight:bold;}
 @media (max-width:1400px) {
	.nymbx .mbxleft{ margin-left:3%;}
	.nymbx .mbxright{ padding:0 3%;}
	.nymbx .mbxleft a{width:120px;}
	 }
 @media (max-width:1024px) {
	 .mbxnone{ display:none !important;}
	 .nymbx .mbx100{ width:100% !important;}
	 
 }
 @media (max-width:767px) {
	 .nymbx{ background:none;}
	 .nymbx .mbxleft{ width:100%; margin:0;}
	 .nymbx .mbxright{width:100%; margin:0; padding:2% 3%;}
	 .nymbx .mbxleft a{height:62px; line-height:62px; width:25%; background:#eee;}
	 .nymbx .mbxright a{height:32px; line-height:32px;}
 }

/*内页banner*/
.ny_banner{ padding:60px 0; overflow:hidden; background: url(../images/banner_ab.jpg) center center no-repeat; background-size:cover; min-height:500px;position:relative;}
.banner_pro{background: url(../images/banner_pro.jpg) center center no-repeat; background-size: cover;}
.banner_honor{background: url(../images/banner_honor.jpg) center center no-repeat; background-size: cover;}
.banner_job{background: url(../images/banner_job.jpg) center center no-repeat; background-size: cover;}
.banner_con{background: url(../images/banner_con.jpg) center center no-repeat; background-size: cover;}
.banner_new{background: url(../images/banner_new.jpg) center center no-repeat; background-size: cover;}
.ny_banner .nyba_txt{ position:absolute; left:10%; top:55%; transform:translateY(-50%);}
.ny_banner .nyba_txt p{ font-weight:bold; color:#fff; font-size:34px;}
.ny_banner .nyba_txt em{ display:block; width:60px; height:3px; background:#00a1e9; margin-top:20px;}
.ny_banner .nyba_txt span{ display:block; color:#fff; font-size:18px; line-height:30px; margin:30px 0 50px;}
.ny_banner .nyba_txt .nyba_ico{ height:50px; position:relative; display:none;}
.ny_banner .nyba_txt .nyba_ico:before{ content:""; position:absolute; left:0;background: url(../images/nav_jt1.png) center center no-repeat;width: 50px;height: 50px;border: 2px solid #fff; border-radius: 50%;animation: biaoti 2s infinite;filter: grayscale(100%) brightness(200%);}
.ny_banner .nyba_txt .nyba_ico i{ display:block;height:1px; background:#fff;width: calc(100% - 70px); margin: 25px 0 0 70px; float: right; opacity:.4;}
	
@media (max-width:1024px) {
	.ny_banner{ min-height:380px;}
	}
@media (max-width:767px) {
	.ny_banner{ min-height:260px;}
	.ny_banner .nyba_txt{top:65%; transform:translateY(-50%); left:3%; right:3%;}
    .ny_banner .nyba_txt p{font-size:20px;}
    .ny_banner .nyba_txt em{margin-top:10px;}
    .ny_banner .nyba_txt span{ font-size:14px; line-height:25px; margin:10px 0 20px;}
	.ny_banner .nyba_txt .nyba_ico{ height:50px; position:relative;}
    .ny_banner .nyba_txt .nyba_ico:before{ width: 30px;height: 30px;}
    .ny_banner .nyba_txt .nyba_ico i{ width: calc(100% - 50px); margin: 15px 0 0 50px;}
	
	.banner_honor{background: url(../images/banner_honor.jpg) -400px center no-repeat; background-size: cover;}
}

/*内页关于我们*/
.all_box{ min-height:400px;padding:60px 0 0; overflow:hidden;}
.ny_about{}
.ny_about .w1400{position:relative; overflow:hidden; margin-bottom:50px;}
.ny_about .gsjj{ float:right;width:50%;height:669px;}
.ny_about .gsjj img{ width:100%;height:100%;object-fit: cover;}
.ny_about .nyabout_box { float:left; width:50%;/*background:#fff url(../images/gsjj2.jpg) left bottom no-repeat;*/}
.ny_about .nyabout_box .about_name{ font-size:24px; font-weight:bold; line-height:34px; padding:20px;}
.ny_about .nyabout_box .about_ms{padding:0 20px; line-height:30px;height: 394px; overflow-y:scroll;overflow-x:hidden; text-indent:2em;font-size:15px;}
.ny_about .nyabout_box .about_ms p,.ny_about .nyabout_box .about_ms span,.ny_about .nyabout_box .about_ms div{ line-height:30px;font-size:15px;color:#555;}
.ny_about .nyabout_box .about_ms img{ max-width:100%; width:auto !important;}
.ny_about .nynum{ display:block; width:100%; background:#00a1e9; padding:5%; overflow:hidden; margin-top:50px;}
.ny_about .nynum li{ width:33.3333%; float:left; text-align:center; color:#fff;}
.ny_about .nynum li .numbbig{ font-size:34px; font-weight:bold;}
.ny_about .nynum li .numbbig sup{ font-size:18px; font-weight:400; margin-left:3px;}
.ny_about .nynum li .numbsmal{font-size:16px; line-height:30px;}
@media (max-width:1400px) {
	.ny_about .gsjj{ position:absolute;top:0;right:0;width:50%;height:100%;}
	}
@media (max-width:1023px) {
	.all_box{ padding:30px 0 0;}
	.ny_about .w1400{margin-bottom:30px;}
	.ny_about .gsjj { width:100%; float:none;position:static;}
	.ny_about .gsjj img{ width:100%;object-fit: cover;height: 300px;}
	.ny_about .nyabout_box{ width:100%; position:static;}
	.ny_about .nyabout_box .about_name{ font-size:20px; padding:10px;}
	.ny_about .nyabout_box .about_ms{padding:0 10px; height:auto; overflow:hidden;}
	.ny_about .nynum{ margin-top:20px;}
	}
@media (max-width:767px) {
	.ny_about .nynum li .numbbig{ font-size:24px;}
	.ny_about .nynum li .numbbig sup,.ny_about .nynum li .numbsmal{ font-size:14px;}
	}
	
/*关于我们页面板块标题*/
.all_box .big_biao{ margin-bottom:30px;}
.all_box .big_biao p{ text-align:center;}
.all_box .big_biao span{ margin:0 auto;animation: none;}
@media (max-width:1023px) {
	.all_box .big_biao{ margin-bottom:20px;}
}

/*关于我们发展历程*/
.ab_fzlc{ padding:80px 0; overflow:hidden; background:url(../images/nyab_bg2.jpg) center no-repeat; min-height:300px;background-size: cover;}	
.history .history-time{text-align: center;background: url(../images/line.png) center 40% no-repeat; background-size: 100%;}
.history-year{position: relative;} 
.history-year::before {content: '';display: block;width: 100%;height: 1px;background: #ccc;position: absolute; left: 0;top:20px;}
.history-year .swiper-slide{text-align: center;color: #999;font-size: 24px; background: #fff;}
.history-year .swiper-slide.swiper-slide-active{color:#00a1e9;font-weight: bold;}
.history .history-time .year-num {font-size: 40px;color: #808080; padding-top: 120px;}
.history .history-time .year-num span {color: #808080;}
.history .history-time .text{ font-size: 18px;line-height: 28px;color: #666;margin: auto;overflow: hidden;display: none;}
.history .history-time .swiper-slide-active .year-num {font-size: 200px;color: #808080;padding-top: 0px;}
.history .history-time .swiper-slide-active .year-num span {color: #00a1e9;}
.history .history-time .swiper-slide-active .text{display: block; height:80px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.history .history-time .swiper-button-next,.history .history-time .swiper-button-prev {background-color: #fff;width: 50px;height: 50px;border-radius: 100%;border: 2px solid #ccc;opacity: 1;margin-top: -65px;}
.history .history-time .swiper-button-next {right:19%;background: url(../images/nav_jt1.png) center no-repeat;transform: rotate(-90deg);-ms-transform:rotate(-90deg); -moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -o-transform:rotate(-90deg);}
.history .history-time .swiper-button-prev {left:19%;background: url(../images/nav_jt1.png) center no-repeat;transform: rotate(90deg);-ms-transform:rotate(90deg); -moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg); -o-transform:rotate(90deg);}
.history .history-time .year-num,.history .history-time .year-num span,.history .history-time .swiper-slide-active .year-num,.history .history-time .swiper-slide-active .year-num span
{font-weight: bold;}
.history .history-time .year-num,.history .history-time .year-num span{font-weight: 400;}
.ab_fzlc .mbshow{display: none;}

@media (max-width:1400px) {
	.history .history-time .swiper-slide-active .year-num{ font-size:150px;}
	.history .history-time .year-num{ padding-top:100px; font-size:30px;}
	.history .history-time .swiper-button-next, .history .history-time .swiper-button-prev{ width:40px; height:40px;margin-top: -52px;}
	}
@media (max-width:1023px) {
	.ab_fzlc{ padding:60px 0;}
	.history .history-time{ background:none;}
	.history .history-time .swiper-slide-active .year-num{ font-size:110px;}
	.history .history-time .year-num{ padding-top:70px;}
	.history .history-time .swiper-button-prev{ left:22%;}
	.history .history-time .swiper-button-next{ right:22%;}
}
@media (max-width:767px) {
	.ab_fzlc{ padding:50px 0;}
	.history .history-time .swiper-slide-active .year-num{ font-size:70px;}
	.history .history-time .swiper-button-prev,.history .history-time .swiper-button-next{ display:none;}
	.history .history-time .text{ font-size:14px; width:94%;}
	.ab_fzlc .mbshow{ display:block;}
	.history .history-time .swiper-slide-active .text{ height:auto;}
	.mhistory{ margin-top:20px;}
	.mhistory .swiper-slide.swiper-slide-active{ font-weight:400; color:#999;}
}

/*关于我们 企业文化*/
.ny_qywh{background-image: linear-gradient(90deg, #00a1e9 , #094d9e);}
.ny_qywh ul{position:relative;z-index:99;}
.ny_qywh ul li{background:#fff;margin-right:3%;width:31.333333%;float:left;border-radius:4px;}
.ny_qywh ul li:nth-child(3n){margin-right:0;}
.ny_qywh ul li .conn{padding:10px 2% 20px;}
.ny_qywh ul li .conn .pic{display:block;width:100%;height:260px;overflow:hidden;}
.ny_qywh ul li .conn .pic img{width:100%;height:100%;object-fit: cover;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.ny_qywh ul li .conn .pic:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.ny_qywh ul li .conn .tlt{font-size:20px;color:#222;margin-bottom:10px;padding:0 10px 10px;font-weight:normal;margin-top:15px;position:relative;}
.ny_qywh ul li .conn .tlt span{display:inline-block;font-size:12px;font-family:Arial;color:#999;text-transform : uppercase;font-style:italic;padding-left:5px;}
.ny_qywh ul li .conn .tlt span:after{content:"";position:absolute;width:28px;height:2px;background:#0fc031;bottom:0;left:10px;transition:all .3s;}
.ny_qywh ul li .conn p{font-size:15px;color:#999;line-height:24px;height:44px;overflow:hidden;padding:0 10px;}

@media (max-width:1023px) {
	.ny_qywh{padding: 40px 0 50px;}
	.ny_qywh ul li .conn .pic{height:120px;}
	.ny_qywh ul li .conn .tlt{margin-bottom:0;}
	.ny_qywh ul li .conn .tlt span{display:none;}
	.ny_qywh ul li .conn p{ height:68px;}
}
@media (max-width:1023px) {

}

@media (max-width: 767px) {
	.ny_qywh{padding: 28px 0 28px;}
	.ny_qywh ul li{width:100%;margin-right:0;margin-bottom:15px;}
	.ny_qywh ul li .conn .pic{height:150px;}
	.ny_qywh ul li .conn .tlt{font-size:16px;}
	.ny_qywh ul li .conn .tlt span{display:block;}
	.ny_qywh ul li .conn p{font-size:14px;}
}

/*产品中心页面*/
/*.all_bgbox{background: url(../images/j-p13.png) repeat;}*/
/*产品分类 开始*/
.all_box .Pro_left { width:23%; overflow:hidden; float:left;}
.Pro_left .h_left { width:100%; overflow:hidden;margin:0 auto 20px;}
.Pro_left .cp_type { background-color:#fff; }
.Pro_left .cp_type .hd {text-align:center;background: #00a1e9;background-size:100% 100%;padding:20px;}
.Pro_left .cp_type .hd p { height:40px; line-height:40px; font-size:28px; font-weight:bold; color:#fff;}
.Pro_left .cp_type .hd p:before { content:''; display:inline-block; width:28px; height:28px; background:url(../images/mulu_tlt.png) center center no-repeat; margin-right:5px; vertical-align:middle; margin-top:-3px;}
.Pro_left .cp_type .hd span { display:block; height:20px; line-height:20px; font-size:14px; color:#fff; text-transform:uppercase;}
.Pro_left .cp_type .bd { border-top:0; padding:20px 10px 10px;}
.Pro_left .cp_type .bd ul li { margin:0 auto 10px;}
.Pro_left .cp_type .bd ul li.on { border:0;}
.Pro_left .cp_type .bd ul li p { height:60px; line-height:60px; padding:0 60px 0 0; background-color:#f7f7f7; position:relative;}
.Pro_left .cp_type .bd ul li p a { display:block; width:100%; padding:0 0 0 20px; overflow: hidden; line-height:60px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.Pro_left .cp_type .bd ul li p span { display:block; width:60px; height:60px; cursor:pointer; position:absolute; top:0; right:0;background:url(../images/mulu1.png) center center no-repeat; background-size:20px 20px;}
.Pro_left .cp_type .bd ul li:hover p span{ background:url(../images/mulu3.png) center center no-repeat; background-size:20px 20px;}
.Pro_left .cp_type .bd ul li div { display:none;}
.Pro_left .cp_type .bd ul li.on div { display:block;}
.Pro_left .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#454545; font-size:14px; margin:0 auto 1px; padding:0 20px 0 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:#fff url(../images/icon4.png) 20px center no-repeat;}
.Pro_left .cp_type .bd ul li div a:first-child { border-top:0;}
.Pro_left .cp_type .bd ul li p:hover, .Pro_left .cp_type .bd ul li.on p { background-color:#00a1e9;}
.Pro_left .cp_type .bd ul li p:hover a, .Pro_left .cp_type .bd ul li.on p a { color:#fff;}
.Pro_left .cp_type .bd ul li.on p span { background:url(../images/mulu2.png) center center no-repeat; background-size:20px 20px;}
.Pro_left .cp_type .bd ul li div a:hover { color:#00a1e9; background:url(../images/icon5.png) 20px center no-repeat;}
.Pro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.Pro_left .cp_type .bd ul a.ckqb:hover { background:#e30614; color:#fff;}
.Pro_left .cp_type .bd ul .lastflli { display:block; width:100%; height:40px; line-height:40px; color:#fff; text-align:center;background: #00a1e9;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.Pro_left .cp_type .bd ul li div a { padding:0 20px 0 40px;}
	.Pro_left .cp_type .hd p{font-size:22px;}

}
@media screen and (max-width:1079px){
	.all_box .Pro_left { width:30%;}
		
}
@media screen and (max-width:1023px){
	.all_box .Pro_left { width:100%;}
	.Pro_left .h_left { margin:0 auto 20px;}
	.Pro_left .cp_type { margin:0;}
	.Pro_left .cp_type .hd {padding: 15px 20px;}
	.Pro_left .cp_type .hd p:before { display:none;}
	.Pro_left .cp_type .hd { background:#00a1e9 url(../images/down1.png) 96% center no-repeat;padding: 20px;text-align:left;overflow:hidden;}
	.Pro_left .cp_type .hd.on { background:#00a1e9 url(../images/up1.png) 96% center no-repeat;}
	.Pro_left .cp_type .hd span { display:block; font-style:italic; float:left; height:40px; line-height:40px; font-size:16px;}
	.Pro_left .cp_type .hd p { padding:0; display:block; font-size:24px; float:left; min-width:88px; margin:0 10px 0 0;}
	.Pro_left .cp_type .bd { display:none;}
	.Pro_left .cp_type .bd ul li:last-child { border:0;}
	
	.Pro_left .cp_type .bd ul li p { height:60px; line-height:60px;}
	.Pro_left .cp_type .bd ul li p a { width:90%; font-size:16px; line-height:60px;}
	.Pro_left .cp_type .bd ul li p span { width:10%; background-size: 20px;}
	.Pro_left .cp_type .bd ul li.on p span { background-size: 16px;}
	.Pro_left .cp_type .bd ul li p:hover span { background-size: 16px;}
	.Pro_left .cp_type .hd p:before { display:none;}
}
@media screen and (max-width:767px) {
	.Pro_left .cp_type .hd { background:#00a1e9 url(../images/down1.png) 95% center no-repeat; background-size: 32px 32px; padding: 10px 20px;}
	.Pro_left .cp_type .hd.on { background:#00a1e9 url(../images/up1.png) 95% center no-repeat; background-size: 32px 32px;}
	.Pro_left .cp_type .hd span { display:none;}
	.Pro_left .cp_type .hd p {font-size:20px;}
	.Pro_left .cp_type .bd ul li p a { line-height:48px; font-size:16px;}
	.Pro_left .cp_type .bd ul li div a { font-size:14px;}
	.Pro_left .cp_type .bd ul li p { height:48px;line-height:48px;}
	.Pro_left .cp_type .bd ul li div a { height:44px;line-height:44px;}
	.Pro_left .cp_type .bd ul li p span { width:48px; height:48px;right: 10px;}
	.Pro_left .cp_type .bd ul li.on p span { background-size: 20px;}
	.Pro_left .cp_type .bd ul li p:hover span { background-size: 20px;}
}
@media screen and (max-width:320px) {
	.Pro_left .cp_type .hd { padding:4px 4%;}
	.Pro_left .cp_type .hd span { display:none;}
}


.all_box .Pro_right { width:74.5%; height:auto; float:right;}
.Pro_right .Pro_list { width:100%; height:auto; margin:0 auto -20px; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.Pro_list ul { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative;}
.Pro_list ul li { width:32%; height:auto; margin:0 2% 20px 0; padding:10px; background-color:#fff; box-shadow:0 10px 20px rgba(20,49,49,0.1); float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.Pro_list ul li:nth-child(3n+3) { margin:0 0 20px;}

.Pro_list ul li .NyPro_con {width:100%;height: 350px;overflow:hidden;margin:0 auto;padding:9px;border: 1px solid rgba(132, 132, 132, 0.2);position:relative;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.Pro_list ul li .NyPro_con .NyPro_img {width:100%;height: 280px;overflow:hidden;margin:0 auto;padding:0;}
.Pro_list ul li .NyPro_con .NyPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.Pro_list ul li .NyPro_con .NyPro_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}

.Pro_list ul li:hover .NyPro_con .NyPro_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.Pro_list ul li .NyPro_con .NyPro_name {width:100%;height:auto;overflow:hidden;margin: 5px auto 0;padding:0;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.Pro_list ul li .NyPro_con .NyPro_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.Pro_list ul li .NyPro_con .NyPro_name a i { display:none;}
.Pro_list ul li .NyPro_con .NyPro_name em {display:block;width:30px;height:2px;overflow:hidden;background-color: #00a1e9;margin:8px auto 0;padding:0;}
.Pro_list ul li:hover .NyPro_con {padding:10px;border: 1px solid rgb(0, 161, 233,.09);}
.Pro_list ul li:hover .NyPro_con .NyPro_name {height:100%;padding: 104px 10px 10px;position:absolute;left:0;top:0;background-color: rgba(0, 161, 233, .9); margin-top:0;}
.Pro_list ul li:hover .NyPro_con .NyPro_name a { height:auto; color:#fff;}
.Pro_list ul li:hover .NyPro_con .NyPro_name a i { display:block; width:50px; height:50px; overflow:hidden; margin:0 auto 40px; padding:0; background:url(../images/more1.png) center center no-repeat; background-size:50px 50px;}
.Pro_list ul li:hover .NyPro_con .NyPro_name em { background-color:#fff;}
@media screen and (max-width:1360px){
	.Pro_list ul li .NyPro_con .NyPro_name a { font-size:15px;}
	.Pro_list ul li .NyPro_con { height:240px;}
	.Pro_list ul li .NyPro_con .NyPro_img { height:180px;}
	.Pro_list ul li:hover .NyPro_con .NyPro_name { padding:50px 10px 10px;}
}
@media screen and (max-width:1280px){
	.Pro_list ul li:hover .NyPro_con .NyPro_name a i { margin:0 auto 20px;}
}
@media screen and (max-width:1079px){
	.all_box .Pro_right { width:66%;}
	.Pro_list ul li { width:48.5%; margin:0 3% 20px 0;}
	.Pro_list ul li:nth-child(3n+3) { margin:0 3% 20px 0;}
	.Pro_list ul li:nth-child(2n+2) { margin:0 0 20px;}
	.Pro_list ul li .NyPro_con { height:300px;}
	.Pro_list ul li .NyPro_con .NyPro_img { height:252px;}
	.Pro_list ul li:hover .NyPro_con .NyPro_name { padding:90px 10px 10px;}
}
@media screen and (max-width:1023px){
	.all_box .Pro_right { width:100%;}
	.Pro_right .Pro_list { margin:0 auto -30px;}
	.Pro_list ul li {margin:0 3% 30px 0;}
	.Pro_list ul li:nth-child(3n+3) { margin:0 3% 30px 0;}
	.Pro_list ul li:nth-child(2n+2) { margin:0 0 30px;}
	.Pro_list ul li .NyPro_con .NyPro_img { height:220px;}
}
@media (max-width: 767px) {
	.Pro_right .Pro_list { margin:0 auto -20px;}
	.Pro_list ul li { width:100%; margin:0 auto 20px;}
	.Pro_list ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.Pro_list ul li:nth-child(2n+2) { margin:0 auto 20px;}
	.Pro_list ul li .NyPro_con .NyPro_img { height:230px;}
	.Pro_list ul li:hover .NyPro_con .NyPro_name a i { margin:0 auto 20px;}
}
@media (max-width: 320px) {
	.Pro_list ul li .NyPro_con { height:240px;}
	.Pro_list ul li .NyPro_con .NyPro_img { height:170px;}
	.Pro_list ul li:hover .NyPro_con .NyPro_name { padding: 60px 10px 10px;}
	.Pro_list ul li .NyPro_con .NyPro_name a { font-size: 14px;}
}

/*换页 开始*/
#fengye { text-align:center;margin:50px auto;color:#555;font-size:14px;}
#fengye a { display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;font-size:14px;}
#fengye a:hover, #fengye a.pnnum1 {background: #00a1e9;color: #ffffff;}
#fengye input {display: inline-block;padding: 0 5px;background-color: #00a1e9;width: 40px !important;height: 30px !important;line-height: 30px;text-align: center;margin: 0 5px;color: #fff;cursor: pointer;border: 0;outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}
@media (max-width: 1023px){
	#fengye {margin:30px auto;}
	}
@media (max-width: 767px){
	 #fengye { font-size:0;}
	 #fengye input,#fengye .p_input{ display:none;}
	}
/*换页 结束*/

/* 产品列表页*/
.Pro_right .lbpro_zs{ width:100%;}
.Pro_right .lbpro_zs ul li{ width:100%; float:left; margin-right:0;background:#fff; height:305px; position:relative;margin-bottom:20px;}
.Pro_right .lbpro_zs ul li:nth-child(2n){margin-right:0;}
.Pro_right .lbpro_zs ul li .lbpro_img{ width:40%; height:100%; float:left; overflow:hidden;}
.Pro_right .lbpro_zs ul li .lbpro_img a{ display:block; width:100%; height:100%; position:relative;}
.Pro_right .lbpro_zs ul li .lbpro_img a img{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.Pro_right .lbpro_zs ul li .lbpro_txt{width:60%; height:100%; float:right;background:#f0f0f4; padding:20px;}
.Pro_right .lbpro_zs ul li .lbpro_txt .lbpro_name{ font-size:18px; line-height:30px;  max-height:60px; overflow:hidden; display:block; font-weight:bold; margin-bottom:10px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.Pro_right .lbpro_zs ul li .lbpro_txt span{ display:block; line-height:40px;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.Pro_right .lbpro_zs ul li .lbpro_txt span em{ color:#999;}
.Pro_right .lbpro_zs ul li .lbpro_more{display:block; width:40%; height:60px; line-height:60px; color:#fff; text-align:center; font-size:16px; background:#00a1e9 url(../images/bigb_more.png) no-repeat 80%; padding-right:20px; position:absolute; right:0; bottom:0;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.Pro_right .lbpro_zs ul li:hover .lbpro_more{width:45%; }
.Pro_right .lbpro_zs ul li:hover .lbpro_img a img{ -webkit-transform: scale(1.4);-moz-transform: scale(1.4);transform: scale(1.4);}
@media (max-width: 1300px) {
	.Pro_right .lbpro_zs ul li{ width:100%; margin-right:0;}
	.Pro_right .lbpro_zs ul li .lbpro_img{ width:50%;}
	.Pro_right .lbpro_zs ul li:hover .lbpro_more{width:55%; }
	.Pro_right .lbpro_zs ul li .lbpro_txt{width:50%}
	.Pro_right .lbpro_zs ul li .lbpro_more{width:50%;}
}
@media (max-width: 600px) {
	.Pro_right .lbpro_zs ul li{ height:460px;}
	.Pro_right .lbpro_zs ul li .lbpro_img{ width:100%; height:75%; }
	.Pro_right .lbpro_zs ul li:hover .lbpro_more{width:100%; }
	.Pro_right .lbpro_zs ul li .lbpro_txt{width:100%; height:25%;}
	.Pro_right .lbpro_zs ul li .lbpro_txt .lbpro_name{ font-size:16px;max-height:30px;white-space: nowrap;text-overflow: ellipsis; margin-bottom:0;}
	.Pro_right .lbpro_zs ul li .lbpro_txt span{ display:none;}
	.Pro_right .lbpro_zs ul li .lbpro_more{width:100%; height:50px; line-height:50px;}
	}

/*荣誉资质*/	
.nyhonor_box{overflow:hidden;}	
.nyhonor_box li{float:left;width:23.5%;margin-right:2%;margin-bottom:20px; background:#fff; box-shadow: inset 0 0 0 5px #f0f0f4;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s; position:relative; padding:1%;}
.nyhonor_box li::before, .nyhonor_box li::after { box-sizing: inherit; content: '';position: absolute;
  width: 100%; height: 100%;top: 0;left: 0;-webkit-transform-origin: center; transform-origin: center;}
.nyhonor_box li::before { border-top: 5px solid #00a1e9; border-bottom: 5px solid #00a1e9;-webkit-transform: scale3d(0, 1, 1);transform: scale3d(0, 1, 1);}
.nyhonor_box li::after {border-left: 5px solid #00a1e9;border-right: 5px solid #00a1e9; -webkit-transform: scale3d(1, 0, 1);transform: scale3d(1, 0, 1);}
.nyhonor_box li:hover::before, .nyhonor_box li:hover::after {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);transition: -webkit-transform 0.5s;transition: transform 0.5s;transition: transform 0.5s, -webkit-transform 0.5s;}
@media (min-width: 1301px) {
.nyhonor_box li:nth-child(4n) {margin-right: 0px;}
}
.nyhonor_box li>a{display:block;position:relative; z-index:1;}
.nyhonor_box li>a .pro_img{text-align:center; overflow:hidden; height:250px; position:relative;}
.nyhonor_box li>a .pro_img img{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.nyhonor_box li:hover>a .pro_img img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.nyhonor_box li>a .pro_img img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.nyhonor_box li p{font-size:18px;text-align:center;line-height:40px;overflow:hidden;position:relative; z-index:1;}
.nyhonor_box li p .honor_name{display: block;height:42px;line-height:42px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;max-width:100%;padding:0 10px;}
.nyhonor_box li em{display:block;text-align:center;height:30px;line-height:30px;font-size:14px;color:#999;}
.nyhonor_box li em a{color:#999;}
.nyhonor_box li:hover em a{color:#00a1e9;}
@media (max-width: 1300px) and (min-width:768px){
	.nyhonor_box li{width:32%;}
	.nyhonor_box li:nth-child(3n) {margin-right: 0px;}
}
@media (max-width: 1023px){
	.nyhonor_box li>a .pro_img{ height:180px;}
}
@media (max-width: 767px){
	.nyhonor_box li{width:49%;}
	.nyhonor_box li:nth-child(2n) {margin-right: 0px;}
	.nyhonor_box li>a .pro_img{ height:150px;}
	.nyhonor_box li p .honor_name{height: 35px; line-height: 35px; font-size:16px;}
	.nyhonor_box li em{ line-height:20px;}
}
@media (max-width: 375px){
	.nyhonor_box li>a .pro_img{ height:120px;}
}

/*荣誉资质 新闻 文章 案例详细页*/
.all_detail{ width:100%; background:#fff;padding: 40px;}
.all_detail h1 { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:30px; text-align:center; margin:0 auto; padding:0; font-weight:bold;}
.all_detail .NyNewDetail_time { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:14px; text-align:center; margin:20px auto; padding: 0 0 20px; border-bottom: 1px solid #f1f1f1;}
.NyNewDetail_time img { display:inline-block; width:20px; height:20px; overflow:hidden; vertical-align:middle; margin:-2px 4px 0 0; padding:0;}
.all_detail .NyNewDetail_ms { width:100%; overflow:hidden; margin:0 auto 30px; padding:20px; background-color:#f2f3f6; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyNewDetail_ms p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#999; font-size:15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.NyNewDetail_ms p em.Mszy { display:inline-block; width:72px; height:30px; overflow:hidden; line-height:30px; color:#fff; text-align:center; border-radius:15px; margin:-3px 10px 0 0; padding:0; background-color:#00a1e9; vertical-align:middle;}
.all_detail .NyNewDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyNewDetail_con p, .NyNewDetail_con div { width:100%; overflow:hidden; line-height:40px; color:#666; margin:0 auto; padding:0;}
.NyNewDetail_con p span, .NyNewDetail_con span, .NyNewDetail_con p em, .NyNewDetail_con em { color:#666!important;}
.NyNewDetail_con table tr td p { text-indent:0!important;}
.NyNewDetail_con p img,.NyNewDetail_con img,.NyNewDetail_con table,.NyNewDetail_con tr{ display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:10px auto; padding:0; text-indent:0!important;}

.Ny_prev_next { width:100%; overflow:hidden; margin:40px auto 50px; padding:0;}
.Ny_prev_next ul li { width:49%; overflow:hidden; margin:0 2% 0 0; color:#333;font-size:16px;padding:0; float:left;height:60px;overflow:hidden;line-height:40px;white-space: nowrap;text-overflow: ellipsis;margin:0;padding:10px 20px;background-color:#fff;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.Ny_prev_next ul li:nth-child(2n+2) { margin:0;float:right}
.Ny_prev_next ul li a {color:#333;font-size:16px;}
.Ny_prev_next ul li:nth-child(2n+2) a { text-align:right;}
.Ny_prev_next ul li:hover{ color:#fff; background-color:#00a1e9;}
.Ny_prev_next ul li:hover a { color:#fff; }
@media screen and (min-width:1080px) and (max-width:1199px) {
	.NyNew_detail h1 { line-height:36px; font-size:28px;}
	.Ny_prev_next ul li { width:100%; margin:0 auto 20px;}
	.Ny_prev_next ul li:nth-child(2n+2) { margin:0 auto;}
	.Ny_prev_next ul li:nth-child(2n+2) a { text-align:left;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {

	.NyNew_detail { padding:20px;}
	.NyNew_detail h1 { line-height:32px; font-size:24px;}
	.NyNew_detail .NyNewDetail_time { margin:10px auto;}
	.NyNew_detail .NyNewDetail_ms { margin:0 auto 20px;}
	.Ny_prev_next ul li { width:100%; margin:0 auto 20px;}
	.Ny_prev_next ul li:nth-child(2n+2) { margin:0 auto;}
	.Ny_prev_next ul li:nth-child(2n+2) a { text-align:left;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.NyNew_detail { padding:20px;}
	.NyNew_detail h1 { line-height:30px; font-size:22px;}
	.NyNew_detail .NyNewDetail_time { margin:10px auto;}
	.NyNew_detail .NyNewDetail_ms { margin:0 auto 20px;}
	.Ny_prev_next ul li { width:100%; margin:0 auto 20px;}
	.Ny_prev_next ul li a { height:48px; padding:4px 20px; font-size:15px;}
	.Ny_prev_next ul li:nth-child(2n+2) { margin:0 auto;}
	.Ny_prev_next ul li:nth-child(2n+2) a { text-align:left;}
}
@media (max-width: 767px) {
	
	.Ny_page { height:48px; margin:20px auto;}
	.Ny_page a { display:none;}
	.Ny_page a.NyPg_prev, .Ny_page a.NyPg_next { display:inline-block; width:80px; height:44px; line-height:42px;}
	.all_detail{padding: 15px;}
	.NyNewDetail_time img{ display:none;}
	.NyNew_detail { margin:0 auto; padding:20px;}
	.NyNew_detail h1 { line-height:28px; font-size:18px;}
	.NyNew_detail .NyNewDetail_time { line-height:24px; margin:10px auto;padding:0;font-size: 12px;height: auto;min-height: 40px;}
	.NyNew_detail .NyNewDetail_ms { margin:0 auto 20px; padding:12px;}
	.NyNewDetail_ms p { height: auto; max-height:84px; line-height:28px; font-size:14px; -webkit-line-clamp: 3;}
	.NyNewDetail_ms p em.Mszy { width: 68px; height:28px; line-height:28px; font-size:14px;}
	.NyNewDetail_con p, .NyNewDetail_con div {}
	.NyNewDetail_con p span, .NyNewDetail_con span, .NyNewDetail_con p em, .NyNewDetail_con em {}
	.Ny_prev_next { margin:20px auto 30px;}
	.Ny_prev_next ul li { width:100%; margin:0 auto 10px;}
	.Ny_prev_next ul li a { height:48px; padding:4px 20px; font-size:14px;}
	.Ny_prev_next ul li:nth-child(2n+2) { margin:0 auto;}
	.Ny_prev_next ul li:nth-child(2n+2) a { text-align:left;}
}

/*招聘页面*/
.nyjob_box {padding-left: 36px;}
.nyjob_box li{background: #fff; padding:0 40px; box-shadow: 0px 4px 13px 0px #f0f0f4; margin-bottom:20px;}
.nyjob_box li .job_xian{position: relative;cursor: pointer;padding: 20px 0;display: flex;justify-content: space-between;align-items: center;box-sizing: inherit;}
.nyjob_box li .job_btn{position: absolute;display: flex;justify-content: center;align-items: center;width: 54px;height: 85px;background: #00a1e9;border-radius: 6px 0 6px 0;
right: calc(100% + 20px);top: 50%;margin-top: -42.5px;}
.nyjob_box li .job_btn i{ display:block; width:26px; height:26px;background:#00a1e9 url(../images/mulu3.png) center center no-repeat;}
.nyjob_box li .active i{ transform:rotate(180deg);}
.nyjob_box li .job_title{align-items: stretch;width: 35%;border-right: 1px solid #d5e6f4;display: flex;justify-content: space-between;}
.nyjob_box li .job_title .list_img {width:18%;}
.nyjob_box li .job_title .list_img img {width: 100%;height: auto;}
.nyjob_box li .job_title .list_title { display: flex;justify-content: space-between;flex-direction: column; width: 75%;}
.nyjob_box li .job_title .job_position{  font-size: 22px; font-weight: bold;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.nyjob_box li .job_title .job_time{color:#999;}
.nyjob_box li .job_dec{width: 60%;display: flex;justify-content: space-between;align-items: center;}
.nyjob_box li .job_dec span{ font-size:16px; color:#999;}
.nyjob_box li .job_content{padding: 30px 0 40px;border-top: 1px solid #d5e6f4; display:none;}
.nyjob_box li .job_content .job_tou{font-size: 18px;font-weight:bold; margin-bottom:20px;}
.nyjob_box li .job_content .job_detai{margin-bottom:50px;line-height: 30px;}
.nyjob_box li .job_content .job_email{padding: 13px 50px; border:2px solid #00a1e9; color:#00a1e9; text-align:center; border-radius: 30px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.nyjob_box li .job_content .job_email:hover{ background:#00a1e9; color:#fff; border-radius:0px;}
@media (max-width: 1023px) {
	.nyjob_box li .job_dec{width: 60%;}
	.nyjob_box li .job_dec span:nth-of-type(2){ display:none;}
	.nyjob_box li .job_title .job_position{ font-size:18px;}
	}
@media (max-width: 767px) {
	.nyjob_box { padding-left: 16px;}
    .nyjob_box li{ padding:0 15px 0 30px;}
	.nyjob_box li .job_xian{ display:block;}
	.nyjob_box li .job_title{ width:100%;border-bottom: 1px solid #d5e6f4; border-right:0;  padding-bottom:10px;}
	.nyjob_box li .job_dec{ width:100%;margin-top: 20px;}
	.nyjob_box li .job_dec span{ font-size:12px;}
	.nyjob_box li .job_btn{ right:calc(100% + 10px); width:40px; }
}
@media (max-width: 375px) {
	.nyjob_box li .job_dec{ display:block;}
	.nyjob_box li .job_dec span{ margin-right:10px;}
	.nyjob_box li .job_content .job_email{ padding:10px 30px;}
	}
	
	
/*内页联系我们*/
.cont_box{ width:96%; margin:0 auto;}
.cont_box .cont_top{ width:94%; margin:0 auto;background-image: linear-gradient(45deg, #00a1e9 , #0fc031);position:relative; z-index:99;border-radius:15px 15px 0 0;}
.cont_box .cont_top1{padding: 40px 20px 30px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.cont_box .cont_top1 ul{width: 100%;max-width: 1300px;margin: 0 auto;display: flex;overflow:hidden;}
.cont_box .cont_top1 ul li{color: #fff;}
.cont_box .cont_top1 ul li:nth-child(2){width:45%;}
/*.cont_box .cont_top1 ul li:nth-child(1){width: 26%;}*/
.cont_box .cont_top1 ul li:nth-child(3){margin: 0 auto;margin-right: 0;text-align: center;}
.cont_box .cont_top1 ul li .cont_img{ display:block;}
.cont_box .cont_top1 ul li>div{display:inline-block;margin: 0 10px;}
.cont_box .cont_top1 ul li p{font-weight: bold; font-size:31px;}
.cont_box .cont_top1 ul li span{ display:block; font-size:16px;}
.cont_box .cont_top2{padding: 20px 20px 30px;}
.cont_box .cont_top2 ul{width: 100%;max-width: 1300px;margin: 0 auto;display: flex;}
.cont_box .cont_top2 ul li{color: #fff;}
.cont_box .cont_top2 ul li:nth-child(1){ width:60%;}
.cont_box .cont_top2 ul li:nth-child(2){ width:12%;}
.cont_box .cont_top2 ul li:nth-child(3){margin: 0 auto;margin-right: 0;text-align:left;}
.cont_box .cont_top2 ul li p{ font-size:16px;}
.cont_box .cont_top2 ul li p.tlt1{margin-top:20px}
.cont_box .cont_top2 ul li span{ font-size: 20px;font-weight: bold;margin-top: 5px;display: block;overflow: hidden;
display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;min-height: 30px;}
.cont_box .cont_top2 ul li:nth-child(1) span{ max-width:96%; display:block;    font-size: 18px;}
.cont_box .cont_top2 ul li .cont_img{ display:block;}
.cont_box .cont_top2 ul li .cont_ewm{display:block;max-width: 400px;}
.cont_box .cont_top2 ul li .contewm{ font-size:16px; margin-top:10px;text-align:center;}
.NyContact_map{margin-top: -100px;}

[onpositionupdate]{display:none;}
@media (max-width: 1500px) {
	.cont_box .cont_top1 ul li p{font-size:28px;}
	.cont_box .cont_top1 ul li:nth-child(2){width:45%;}
}
@media (max-width: 1400px) {
	/*.cont_box .cont_top1 ul li>div{margin-right:38px;}*/
	.cont_box .cont_top2 ul li:nth-child(1){width:50%;}
}
@media (max-width: 1200px) {
	/*.cont_box .cont_top1 ul li>div{margin-right:12px;}*/
	.cont_box .cont_top2 ul li:nth-child(1){width:60%;}
	.cont_box .cont_top2 ul li .cont_ewm{max-width:130px;}
}
@media (max-width: 1023px) {
	.cont_box .cont_top1 ul{display:block;}
	.cont_box .cont_top1 ul li:nth-child(1){width:100%;margin-bottom:20px;}
	.cont_box .cont_top1 ul li:nth-child(2){width:75%;}
	.cont_box .cont_top1 ul li p{font-size:28px;}
	.cont_box .cont_top1 ul li .cont_ewm{ max-width:90px;}
	.cont_box .cont_top2 ul{display:block;}
	.cont_box .cont_top2 ul li:nth-child(1){width:100%;}
	.cont_box .cont_top2 ul li:nth-child(2){width:100%;}
	.cont_box .cont_top2 ul li{margin-bottom:15px;}
	.cont_box .cont_top2 ul li p.tlt1{margin-top:10px;}
	.cont_box .cont_top2 ul li:nth-child(2) span{min-height:10px;}
	.cont_box .cont_top2 ul li .contewm{width:130px;}
	}
@media (max-width: 767px) {
	.cont_box .cont_top1{padding: 40px 12px 30px;}
	.cont_box .cont_top1 ul,.cont_box .cont_top2 ul{ display:block;}
	.cont_box .cont_top1 ul li,.cont_box .cont_top2 ul li{ width:100% !important; text-align:center !important; margin-bottom:20px;}
	.cont_box .cont_top1 ul li img{ margin:0 auto;}
	.cont_box .cont_top1 ul li p{ font-size:21px;}
	.cont_box .cont_top1 ul li span{ font-size:14px;}
	.cont_box .cont_top2 ul li:nth-child(1) span{ font-size:17px;}
	#container { min-width: 340px !important; min-height: 500px !important;}
	.cont_box .cont_top2 ul li .cont_ewm{display:inline-block;}
	.cont_box .cont_top2 ul li .contewm{width:100%;}
}


/*案例展示*/
.case_box ul li { width:100%; overflow:hidden; margin:0 auto 80px; padding:80px 0 0; position:relative;}
.case_box ul li:last-child { margin:0 auto;}
.case_box ul li .NySolutionList_name { width:auto; max-width:48%; height:auto; overflow:hidden; margin:0; padding:0; position:absolute; top:0; left:0;}
.case_box ul li:nth-child(2n+2) .NySolutionList_name { right:0; left:inherit;}
.case_box ul li .NySolutionList_name a {display:block;width:auto;height:80px;overflow:hidden;line-height:80px;color:#fff;font-size:26px;white-space: nowrap;text-overflow: ellipsis;margin:0;padding:0 80px;background: #00a1e9;background-size:100% 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.case_box ul li:nth-child(2n+2) .NySolutionList_name a {padding:0 80px;text-align:right;background-size:100% 100%;}
.case_box ul li .NySolutionList_img { width:50%; height:440px; margin:0; padding:0; position:absolute; top:0; right:0;}
.case_box ul li:nth-child(2n+2) .NySolutionList_img { left:0;}
.case_box ul li:hover .NySolutionList_img { box-shadow:0 10px 20px rgba(20,34,49,0.1);}
.case_box ul li .NySolutionList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.case_box ul li .NySolutionList_img a img {display:block;width: 100%;height: 100%; max-height:450px;margin:auto;padding:0;position:absolute;left:0;top:0;right:0;bottom:0;transition: all 0.2s;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;object-fit: cover;}
.case_box ul li:hover .NySolutionList_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.case_box ul li .NySolutionList_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; background-color:#f2f3f6;}
.case_box ul li .NySolutionList_text .NySolutionList_con { width:50%; min-height:400px; overflow:hidden; margin:0; padding:60px 80px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con { float:right;}
.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms { width:100%; height:150px; overflow:hidden;}
.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { width:100%; max-height:150px; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con p { text-align:right;}
.case_box ul li .NySolutionList_text .NySolutionList_con a {background-color: #00a1e9;position:absolute;}
.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:80px; left:inherit;}
.case_box ul li .NySolutionList_text .NySolutionList_con a img { display:inline-block; vertical-align:middle; margin:-4px 0 0 8px; padding:0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.case_box ul li .NySolutionList_text .NySolutionList_con a:hover img { margin:-4px 0 0 16px;}

@media screen and (width:1600px){
	.case_box ul li .NySolutionList_img { height:420px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { min-height:380px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con a { bottom:60px;}
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.case_box { max-width:inherit;}
	.case_box ul li .NySolutionList_name a { padding:0 60px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 60px;}
	.case_box ul li .NySolutionList_img { height:375px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { min-height:335px; padding:40px 60px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con a { bottom:50px; left:60px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:60px; left:inherit;}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.case_box { max-width:inherit;}
	.case_box ul li .NySolutionList_name a { padding:0 60px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 60px;}
	.case_box ul li .NySolutionList_img { height:355px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { min-height:315px; padding:40px 60px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms {height:120px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height:120px; -webkit-line-clamp: 4;}
	.case_box ul li .NySolutionList_text .NySolutionList_con a { bottom:50px; left:60px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:60px; left:inherit;}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.case_box { max-width:inherit;}
	.case_box ul li .NySolutionList_name a { font-size:24px; padding:0 60px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 60px;}
	.case_box ul li .NySolutionList_img { height:330px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { min-height:295px; padding:40px 60px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms {height:120px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height:120px; -webkit-line-clamp: 4;}
	.case_box ul li .NySolutionList_text .NySolutionList_con a { bottom:40px; left:60px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:60px; left:inherit;}
	.Ny_Solution .NySolution_part3 { max-width: inherit; padding:80px 40px 50px;}
	.NySolution_list3 ul li { height:75px;}
}
@media screen and (min-width:1200px) and (max-width:1279px) {
	.NySolution_part2 .case_box { max-width:inherit;}
	.case_box ul li .NySolutionList_name a { font-size:24px; padding:0 40px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 40px;}
	.case_box ul li .NySolutionList_img { height:310px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { min-height:275px; padding:30px 40px 40px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms {height:120px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height:120px; -webkit-line-clamp: 4;}
	.case_box ul li .NySolutionList_text .NySolutionList_con a { bottom:40px; left:40px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:40px; left:inherit;}
}
@media screen and (min-width:1080px) and (max-width:1199px) {
	.case_box { max-width:inherit;}
	.case_box ul li { margin:0 auto 40px; padding:60px 0 0;}
	.case_box ul li .NySolutionList_name a { height:60px; line-height:60px; font-size:22px; padding:0 40px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 40px;}
	.case_box ul li .NySolutionList_img { height:275px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { min-height:240px; padding:30px 40px 40px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms {height:84px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height:84px; line-height:28px; font-size:14px; -webkit-line-clamp:3;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:40px; left:inherit;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.case_box { max-width:inherit;}
	.case_box ul li { margin:0 auto 40px; padding:60px 0 0;}
	.case_box ul li .NySolutionList_name a { height:60px; line-height:60px; font-size:22px; padding:0 40px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 40px;}
	.case_box ul li .NySolutionList_img { height:260px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { min-height:225px; padding:30px 40px 40px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms {height:84px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height:84px; line-height:28px; font-size:14px; -webkit-line-clamp:3;}
	.case_box ul li .NySolutionList_text .NySolutionList_con a { bottom:40px; left:40px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:40px; left:inherit;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.case_box { max-width:inherit;}
	.case_box ul li { margin:0 auto 40px; padding:0;}
	.case_box ul li .NySolutionList_name { width: 100%; max-width: 100%; height: auto; overflow: hidden; margin: 0; padding: 0; position: inherit; top: inherit; left: inherit;}
	.case_box ul li .NySolutionList_name a { height:60px; line-height:60px; font-size:22px; text-align: center; padding:0 40px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 40px; text-align: center;}
	.case_box ul li .NySolutionList_img { width: 100%; height:auto; position:inherit; left:inherit; top:inherit; right:inherit;}
	.case_box ul li .NySolutionList_img a { height:auto;}
	.case_box ul li .NySolutionList_img a img { position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { width: 100%; height:auto; min-height:inherit; padding:20px 30px 30px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms {height:84px;margin-bottom:20px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height:84px; line-height:28px; font-size:14px; -webkit-line-clamp:3; margin:0 auto 20px; text-align:center;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con p { text-align:center;}
	.case_box ul li .NySolutionList_text .NySolutionList_con a { position: inherit; bottom:inherit; left:inherit; margin:0 auto;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:inherit; left:inherit;}
}
@media (max-width: 767px) {
	.case_box { max-width:inherit;}
	.case_box ul li { margin:0 auto 20px; padding:0;}
	.case_box ul li .NySolutionList_name { width: 100%; max-width: 100%; height: auto; overflow: hidden; margin: 0; padding: 0; position: inherit; top: inherit; left: inherit;}
	.case_box ul li .NySolutionList_name a { height:50px; line-height:50px; font-size:18px; text-align: center; padding:0 20px;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 40px; text-align: center;}
	.case_box ul li .NySolutionList_img { width: 100%; height:auto; position:inherit; left:inherit; top:inherit; right:inherit;}
	.case_box ul li .NySolutionList_img a { height:auto;}
	.case_box ul li .NySolutionList_img a img { position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit;}
	.case_box ul li .NySolutionList_text .NySolutionList_con { width: 100%; height:auto; min-height:inherit; padding:20px 20px 20px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms {height:72px;}
	.case_box ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { max-height:72px; line-height:24px; font-size:14px; -webkit-line-clamp:3; margin:0 auto; text-align:center;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con p { text-align:center;}
	.case_box ul li .NySolutionList_text .NySolutionList_con a { position: inherit; bottom:inherit; left:inherit; margin:20px auto 0;}
	.case_box ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:inherit; left:inherit;}
}


/*在线留言*/
/*Ny_order 开始*/
.Ny_order {width:100%;overflow:hidden;margin: 0 auto 80px;padding: 60px 60px 30px;background-color:#fff;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.Ny_order .NyOrder_top { width:100%; overflow:hidden; margin:0 auto 80px; padding:20px 20px 20px 160px; background-color:#f2f3f6; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyOrder_top .NyOrderTop_img { width:140px; height:140px; margin:0; padding:0; border:4px solid #fff; background-color:#fff; border-radius:50%; box-shadow:0 6px 12px rgba(20,34,49,0.1); position:absolute; left:20px; top:20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyOrderTop_img p { width:100%; height:100%; overflow:hidden; border-radius:50%; position:relative;}
.NyOrderTop_img p img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.NyOrder_top .NyOrderTop_text { width:100%; min-height:140px; overflow:hidden; margin:0; padding:15px 240px 15px 40px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyOrderTop_text .NyOrderTop_tit { width:100%; overflow:hidden; line-height:40px; color:#00a1e9; font-size:24px; margin:0 auto 10px; padding:0;}
.NyOrderTop_text p { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:15px; margin:0 auto; padding:0;}
.NyOrderTop_text a.Bx_btn { display:block; width:180px; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:18px; font-weight:bold; text-align:center; margin:0; padding:0; border-radius:30px; background-color:#00a1e9; position:absolute; top:40px; right:20px;}
.NyOrderTop_text a.Bx_btn:hover { background-color:#0fc031;}
.NyOrderTop_text a.Bx_btn img { display:inline-block; width:32px; height:32px; vertical-align:middle; margin:-4px 8px 0 0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NyOrderTop_text a.Bx_btn:hover img { margin:-4px 16px 0 0;}

.protab_bd .NyOrder_msg { margin-top:20px !important;}
.NyOrder_msg { width:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyOrder_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.NyOrder_msg ul li { width: 48%; overflow: hidden; margin: 0 4% 40px 0!important; padding: 0; float:left; position:relative;}
.NyOrder_msg ul li:nth-child(2n+2) { margin: 0 0 40px!important;}
.NyOrder_msg ul li h4 { width: 100%!important; height: 30px!important; overflow: hidden; line-height: 30px!important; margin: 0 auto 10px; padding: 0; color: #333; font-size: 16px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;font-weight:normal;}
.NyOrder_msg ul li .msg_ipt1, .NyOrder_msg ul li .msg_tara { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyOrder_msg ul li .msg_ipt1, .NyOrder_msg ul li .msg_tara { width: 100%!important;}
.NyOrder_msg ul li .msg_ipt1, .NyOrder_msg ul li .msg_ipt2 { height: 48px!important;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; line-height:30px; margin: 0; padding: 9px 20px; color: #666; font-size: 15px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_tara textarea { height:156px;}
.msg_ipt12 input { height: 30px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 9px 20px; color: #666; font-size: 12px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 48px!important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 15px!important; background-color: #f2f3f6!important; border: none!important; outline: none!important; resize: none!important;}
.NyOrder_msg ul li .msg_ipt2, .msg_ipt2 input { width: 100%!important; padding:9px 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyOrder_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.NyOrder_msg ul li a.yzm_img {display: block; width: 120px; height: 40px; overflow: hidden; margin: 0; padding: 0; position:absolute; bottom:4px; right:4px;}
.NyOrder_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.NyOrder_msg ul li span { display:none;}
.NyOrder_msg ul li:last-child { margin:0!important; position:absolute; right:0;bottom:-20px;}
.NyOrder_msg ul li .msg_btn { width: 100%!important; overflow: hidden; margin: 0 auto; padding: 0;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input {width: 48%!important;height: 60px!important;line-height: 60px!important;color: #fff!important;font-size: 18px!important;text-align: center!important;border: none!important;background-color: #00a1e9!important;cursor: pointer!important;margin:0 4% 0 0!important;}
.msg_btn input:last-child { background-color: #828689!important; margin:0!important;}
.msg_btn input:hover {background-color: #0fc031!important;}

@media(max-width:1600px){
	.Ny_order { padding:80px 80px 40px;}
}

@media screen and (max-width:1359px) {
	.Ny_order { margin:40px auto; padding:40px 40px 20px;}
	.Ny_order .NyOrder_top { margin:0 auto 40px;}
	.NyOrder_top .NyOrderTop_text { padding:9px 240px 9px 40px;}
	.NyOrderTop_text .NyOrderTop_tit { font-size:22px;}
	.NyOrderTop_text p { line-height:24px; font-size:14px;}
	.NyOrder_msg ul li { margin: 0 4% 20px 0!important;}
	.NyOrder_msg ul li:nth-child(2n+2) { margin: 0 0 20px!important;}
	.NyOrder_msg ul li:last-child {}
}
@media screen and (max-width:1023px){
	.Ny_order {padding:40px;}
	.Ny_order .NyOrder_top {padding:20px;}
	.NyOrder_top .NyOrderTop_img { position:inherit; left:inherit; top:inherit; margin:0 auto 20px;}
	.NyOrder_top .NyOrderTop_text { padding:0 20px;}
	.NyOrderTop_text .NyOrderTop_tit {text-align:center;}
	.NyOrderTop_text p {text-align:center;}
	.NyOrderTop_text a.Bx_btn { position:inherit; top:inherit; right:inherit; margin:20px auto 0;}
	.NyOrder_msg ul li { width:100%; margin: 0 auto 20px!important;}
	.NyOrder_msg ul li:last-child { margin:20px auto 0!important; position:inherit; right:inherit; bottom:inherit;}
}
@media (max-width: 767px) {
	.Ny_order { margin:0 auto 20px; padding:20px;}
	.Ny_order .NyOrder_top { margin:0 auto 20px;}
	.NyOrder_top .NyOrderTop_text { padding:0;}
	.NyOrderTop_text a.Bx_btn { width:160px; height: 48px; line-height:48px; font-size:15px;}
	.NyOrderTop_text a.Bx_btn img { width:24px; height:24px;}
	.NyOrder_msg ul li h4 { height: 24px!important; line-height:24px!important; font-size:14px;}
	.NyOrder_msg ul li:nth-child(2n+2) { margin: 0 auto 20px!important;}
	.NyOrder_msg ul li:last-child { margin:0 auto!important; position:inherit; right:inherit; bottom:inherit;}
	.msg_btn input { height:48px!important; line-height:48px!important; font-size:16px!important;}
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
/*Ny_order 结束*/


/*内页新闻*/
.new_box .new_tj{}
.new_box .new_tj time{ display:block; width:120px; height:120px; background:#00a1e9; color:#fff; text-align:center; float:left;}
.new_box .new_tj time p{ font-size:24px;padding-top: 30px; line-height: 24px;}
.new_box .new_tj time span{ font-size:30px;}
.new_box .new_tj .tj_right{width: calc(100% - 120px); height:360px; background:#fff; padding:30px 45px; float:right; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.new_box .new_tj .tj_right .tj_right1{ width:40%; height:100%; float:left;}
.new_box .new_tj .tj_right .tj_right1 a{ display:block; width:100%; height:100%; position:relative; overflow:hidden;}
.new_box .new_tj .tj_right .tj_right1 a img{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.new_box .new_tj .tj_right .tj_right2{ width:57%; height:100%;float:right; padding:20px 0; position:relative;}
.new_box .new_tj .tj_right .tj_right2 .tjnew_name{ display:block; font-size:22px;overflow: hidden;white-space: nowrap; text-overflow: ellipsis; width:100%;}
.new_box .new_tj .tj_right .tj_right2 .tjnew_dec{ margin:15px 0; color:#999; line-height:30px; max-height:120px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;}
.new_box .new_tj .tj_right .tj_right2 .indab_more{ position:absolute; right:0; bottom:0; background-color:#00a1e9;}
.new_box .new_tj .tj_right .tj_right2 .indab_more:hover{background-color:#0fc031;}
.new_box .new_tj:hover .tj_right .tj_right1 a img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.new_box .new_tj:hover .tj_right .tj_right2 .tjnew_name{ color:#00a1e9;}
.new_box .new_tj:hover .tj_right{box-shadow: 0 10px 20px rgba(20,34,49,0.1);}

.IdxNew_list { width:100%; height:auto; margin:0; padding:0;}
.IdxNew_list ul li { width:32%; height:auto; margin:30px 2% 0 0; padding:20px; background-color:#fff; border-radius:10px; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.IdxNew_list ul li:nth-child(3n+3) { margin-right:0;}
.IdxNew_list ul li:hover { box-shadow:0 8px 16px rgba(0,0,0,0.1);}

.IdxNew_list ul li .IdxNew_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.IdxNew_list ul li .IdxNew_text a.IdxNew_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; text-overflow: ellipsis; white-space: nowrap; margin:0 auto 10px; padding:0;}
.IdxNew_list ul li:hover .IdxNew_text a.IdxNew_name { color:#00a1e9;}
.IdxNew_list ul li .IdxNew_text p { width: 100%; height: 48px; overflow: hidden; line-height:24px; color:#777; font-size:14px; text-align:justify; margin: 0 auto; padding: 0; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; display: -webkit-box;}
.IdxNew_list ul li .IdxNew_line { width:100%; height:1px; overflow:hidden; margin:20px auto; padding:0; background-color:#eaeaea;}
.IdxNew_list ul li .IdxNew_line i { display:block; width:0; height:1px; overflow:hidden; margin:0; padding:0; background-color:#00a1e9; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.IdxNew_list ul li:hover .IdxNew_line i { width:100%;}
.IdxNew_list ul li .IdxNew_timebtn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.IdxNew_list ul li .IdxNew_timebtn .IdxNew_time { width:80px; float:left;}
.IdxNew_list ul li .IdxNew_timebtn .IdxNew_time span { display:block; width:100%; height:25px; overflow:hidden; line-height:25px; color:#999; font-size:15px; text-align:center; margin:0; padding:0;}
.IdxNew_list ul li .IdxNew_timebtn .IdxNew_time font { display:block; width:100%; height:35px; overflow:hidden; line-height:35px; color:#333; font-size:27px; text-align:center; margin:0; padding:0;}
.IdxNew_list ul li:hover .IdxNew_timebtn .IdxNew_time font { color:#00a1e9;}
.IdxNew_list ul li .IdxNew_timebtn a.IdxNew_timebtn { width:40px; height:35px; overflow:hidden; margin:12px 0 0; padding:0; background:url(../images/bigb_more2.png) center center no-repeat; float:right;}
.IdxNew_list ul li:hover .IdxNew_timebtn a.IdxNew_timebtn { background:url(../images/bigb_more3.png) center center no-repeat;}

@media screen and (max-width:1023px){
	.IdxNew_list ul li { width:100%; margin:20px auto 0;}
	.IdxNew_list ul li .IdxNew_text a.IdxNew_name { font-size:16px; margin: 0 auto 8px;}
	.new_box .new_tj{ position:relative;}
	.new_box .new_tj time{ position:absolute;z-index: 999;width: 70px; height:70px;}
	.new_box .new_tj time p{ font-size:14px; padding-top:11px;}
	.new_box .new_tj time span{ font-size:18px;}
	.new_box .new_tj .tj_right{ width:100%; height:auto; padding:20px;}
	.new_box .new_tj .tj_right .tj_right1{ width:100%;height: 220px;}
	.new_box .new_tj .tj_right .tj_right1 a img{ max-height:200%;object-fit: cover;}
	.new_box .new_tj .tj_right .tj_right2{ width:100%;padding: 20px 0 0;}
	.new_box .new_tj .tj_right .tj_right2 .indab_more{ position:static;}
	.new_box .new_tj .tj_right .tj_right2 .tjnew_name{ font-size:18px;}
	
}
@media (max-width: 767px) {
	
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {

}

/*内页-产品详情 开始*/
.ly_NyProDetail {width: 100%;overflow:hidden;margin: 0 auto 0;padding:0;}
.ly_NyProDetail .lyNyProDetail_con {width:100%;overflow:hidden;margin:0 auto;padding: 10px 0 30px;}
.ly_NyProDetail .lyNyProDetail_con .lyNyProDetail_con_in{width: 80%;max-width: 1800px;margin:0 auto;position: relative;}
.lyNyProDetail_con .lyNyProDetail_left {width: 23%;overflow:hidden;margin:0;padding:0;float: right;}
.lyNyProDetail_con .lyNyProDetail_left.fixed{position: absolute;right: 0;}
.lyNyProDetail_con .lyNyProDetail_left .h_left{background:none;}
.lyNyProDetail_con .lyNyProDetail_left .cp_type{background:#fff;}
/*相关文章*/
.lyNy_Xgwz { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:12px 20px; background-color:#00a1e9;}
.Xgwz_tit span { display: block; height: 40px; line-height: 40px; color: #fff; font-size: 36px; font-weight: bold; text-align: center; opacity: 0.14;}
.Xgwz_tit p { height: 32px; line-height: 32px; color: #fff; font-size: 26px; font-weight: bold; text-align: center; margin: -26px auto 0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:10px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/icon4.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/icon5.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a {display:block;width: 70%;height:48px;overflow:hidden;line-height:48px;color:#333;font-size:15px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0;float: left;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#00a1e9;}
.lyNy_Xgwz .Xgwz_list ul li span{display:block;width:28%;float:right;text-align:right;height:48px;overflow:hidden;line-height:48px;}
.lyNyProDetail_con .lyNy_Xgwz .Xgwz_list { border-top:0;}
.side-link {background-color:#fff;padding-bottom:40px;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);}
.side-tit {height:50px;background-color:#eaeaea;padding: 0 7%;line-height:50px;font-size:18px;color:#222;}
.sl-item {margin-top:30px;padding:0 20px;}
.sl-item i {display:block;width:90px;height:90px;border:solid 1px #eaeaea;margin:auto;border-radius:50%;background:url(../images/side-kf.png) no-repeat center center;}
.sl-text {text-align:center;line-height:1;margin-top:19px;}
.sl-btn {margin-top:20px;text-align: center;}
.sl-btn a {display:inline-block;width:200px;height:46px;background-color:#00a1e9;border-radius:3px;font-size:16px;line-height:46px;text-align:center;color:#fff;transition:0.3s;}
.sl-btn a:hover {background-color:#00a1e9;color:#fff;}

.lyNyProDetail_con{ margin-bottom:50px;}
.lyNyProDetail_con .lyNyProDetail_right {width: 75%;overflow:hidden;margin:0;padding:0;float: left;background: #fff;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);}
.lyNyProDetail_right .lyNyProDetail_ConTit {margin:0 auto 30px;padding: 0;overflow: hidden;background: #ffffff;border-bottom: 1px solid #ebebeb;}
.lyNyProDetail_ConTit p {overflow:hidden;color:#555;font-size:17px;box-sizing: border-box;float: left; border-bottom: 3px solid #fff; border-left: 1px solid #fff;padding: 12px 0;line-height: 36px;width: 10%;text-align: center;transition: 0.3s;/* background-color: #eaeaea; */cursor:pointer;}
.lyNyProDetail_ConTit p.on{border-bottom: 3px solid #00a1e9;background-color: #fff;color:#00a1e9;}
.lyNyProDetail_ConTit p:first-child {border-left: 0;}
.lyNyProDetail_right .lyNyProDetail_ConText {width:94%;overflow:hidden;line-height: 28px;color: #555;font-size: 14px;margin:0 auto 30px;padding: 0 3%;}
.lyNyProDetail_ConText table{width:100%;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed {/*width:auto !important;*/height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;margin: 0 !important;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}
.lyNyProDetail_right .lyNyProDetail_tlt2{padding:0 3%;margin-bottom: 20px;}
.lyNyProDetail_right .lyNyProDetail_tlt2 p{position: relative;font-size: 18px;line-height: 1;color: #00a1e9;padding-bottom: 23px;}
.lyNyProDetail_right .lyNyProDetail_tlt2 p:before{content:'';display:block;position: absolute;left: 0;bottom: 0;width: 100%;height:1px;background-color: #eaeaea;}
.lyNyProDetail_right .lyNyProDetail_tlt2 p:after{content:'';display:block;position: absolute;left: 0;bottom: 0;width: 70px;height: 2px;background-color: #00a1e9;}
.pdTab-box{position:relative;padding: 0 3%;padding-top: 10px;}
.lyNyProDetail_right .lyNyProDetail_ConTit.tlles{position: fixed;top: 0;z-index: 999;}

.pro_detail_main {height:auto;margin: 0 auto 40px;padding: 0;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;background: #fff;padding: 40px 2% 40px;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text {width: 46%;min-height:360px;overflow: hidden;margin: 0;padding: 0 0 80px;float: right;position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p {width:100%;height:107px;overflow:hidden;line-height: 28px;color:#888;font-size: 15px;text-align: justify;margin:0 auto;padding:0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:40px; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin:10px 0; padding: 0; float:left;}
.pro_detail_text ul li img.dot { display:block; width:16px; height:16px; overflow:hidden; margin:12px 10px 12px 0; padding:0; float:left;}
.pro_detail_text ul li img.star { display:inline-block; vertical-align:middle; margin:-4px 0 0 0;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #adadad;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #00a1e9;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #333;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #00a1e9;}


/**产品详情页产品图片切换**/
.prodetail_img {width: 51%;height: 440px;margin: 0;padding: 0;float:left;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 {width: 13%;float: left;height: 442px;overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li {float: none;display: block;padding:0;width: 100%;height: 82px;margin: 0 0 8px 0;}
#spec-list ul li:last-child {/* margin:0; */}
#spec-list ul li:first-child p{border: 1px solid rgb(0,161,233);}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom {position:relative;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;width:100%;height:100%;}
#preview .pic_wrap{padding:10px;width:100%;height:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #dfdfdf;width: 84%;height: 442px;float: right;overflow:hidden;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi {display:block;margin:auto!important;left:0;top:0;bottom:0;right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

/*上一篇下一篇*/
.ly_PrevNext {width: 94%;overflow:hidden;margin: 10px auto 0;padding: 20px 3% 20px;border-top: 1px solid #eaeaea;}
.ly_PrevNext ul li {width:100%;overflow:hidden;line-height:20px;color:#333;font-size: 15px;margin:0 auto;padding: 8px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ly_PrevNext ul li:last-child { margin:0 auto;}
.ly_PrevNext ul li a {overflow:hidden;line-height:20px;color: #777;font-size:14px;}
.ly_PrevNext ul li:hover, .ly_PrevNext ul li:hover a { color:#00a1e9;}
/*内页-产品详情 结束*/

/*产品详情页推荐产品*/
.ny_relate_cp{width:100%;padding: 40px 0 40px;background: #fff;}
.ny_relate_cp .container{width: 80%;max-width: 1800px;margin:0 auto;}
.ny_relate_cp .rTit {line-height:24px;overflow:hidden;}
.ny_relate_cp .rTitText {float:left;font-size:24px;padding-left:12px;background: url(../images/re-tit.png) no-repeat left center;color:#222;}
.ny_relate_cp .rTitMore {float:right;font-size:14px;color:#999;}
.ny_relate_cp .rTitMore span {display:inline-block;padding-right:16px;background:url(../images/h_news_more.png) no-repeat right 6px;transition:0.3s;}
.ny_relate_cp .rTitMore:hover{color:#00a1e9;}
.ny_relate_cp .rTitMore:hover span {background-image:url(../images/h_news_more2.png);}

.ny_relate_cp .reMain{margin-top:20px;}

.ny_relate_cp .reMain ul { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative;}
.ny_relate_cp .reMain ul li { width:23.5%; height:auto; margin:0 2% 20px 0; padding:10px; background-color:#fff; box-shadow:0 0 20px rgba(20,49,49,0.1); float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ny_relate_cp .reMain ul li:nth-child(4n+4) { margin:0 0 20px;}
.ny_relate_cp .reMain ul li .NyPro_con {width:100%;height:280px;overflow:hidden;margin:0 auto;padding:9px;border: 1px solid rgba(132, 132, 132, 0.2);position:relative;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { width:100%; height:220px; overflow:hidden; margin:0 auto; padding:0;}
.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name a i { display:none;}
.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name em {display:block;width:30px;height:2px;overflow:hidden;background-color: #00a1e9;margin:8px auto 0;padding:0;}
.ny_relate_cp .reMain ul li:hover .NyPro_con {padding:10px;border: 1px solid rgb(207, 16, 12,.09);}
.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name {height:100%;padding:80px 10px 10px;position:absolute;left:0;top:0;background-color: rgba(207, 16, 12, .9);}
.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name a { height:auto; color:#fff;}
.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name a i { display:block; width:50px; height:50px; overflow:hidden; margin:0 auto 40px; padding:0; background:url(../images/more1.png) center center no-repeat; background-size:50px 50px;}
.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name em { background-color:#fff;}

@media (max-width:1600px){
	.ny_relate_cp .reMain ul { max-width:inherit;}
	.ly_NyProDetail .lyNyProDetail_con .lyNyProDetail_con_in{width:90%;}
	.ny_relate_cp .container{width:90%;}
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.ny_relate_cp .reMain ul { max-width:inherit;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name a { font-size:15px;}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.ny_relate_cp .reMain ul { max-width:inherit;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name a { font-size:15px;}
	.ny_relate_cp .reMain ul li .NyPro_con { height:240px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { height:180px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name { padding:50px 10px 10px;}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.ny_relate_cp .reMain ul { max-width:inherit;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name a { font-size:15px;}
	.ny_relate_cp .reMain ul li .NyPro_con { height:240px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { height:170px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name { padding:60px 10px 10px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name a i { margin:0 auto 20px;}
	.pro_detail_text ul li { margin:5px 0;}
}

@media screen and (min-width:1080px) and (max-width:1279px) {
	.ny_relate_cp .reMain ul { max-width:inherit;}
	.ny_relate_cp .reMain ul li { width:48.5%; margin:0 3% 20px 0;}
	.ny_relate_cp .reMain ul li:nth-child(3n+3) { margin:0 3% 20px 0;}
	.ny_relate_cp .reMain ul li:nth-child(2n+2) { margin:0 0 20px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name a { font-size:15px;}
	.ny_relate_cp .reMain ul li .NyPro_con { height:240px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { height:192px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name { padding:60px 10px 10px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name a i { margin:0 auto 20px;}
	
	.pro_detail_text h1{font-size:22px;}
	.pro_detail_btn a{height:50px;line-height:50px;font-size:18px;}
	
	.lyNyProDetail_ConTit p{width:15%;}

	.pro_detail_text ul li { margin:5px 0;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.ny_relate_cp .reMain ul { max-width:inherit;}
	.ny_relate_cp .reMain ul li { width:48.5%; margin:0 3% 30px 0;}
	.ny_relate_cp .reMain ul li:nth-child(3n+3) { margin:0 3% 30px 0;}
	.ny_relate_cp .reMain ul li:nth-child(2n+2) { margin:0 0 30px;}
	.ny_relate_cp .reMain ul li .NyPro_con { height:280px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { height:220px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name { padding:60px 10px 10px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name a i { margin:0 auto 20px;}
	
	.pro_detail_text h1{font-size:22px;}
	.pro_detail_btn a{height:50px;line-height:50px;font-size:18px;}
	
	.lyNyProDetail_ConTit p{width:15%;}

	.pro_detail_text ul li { margin:5px 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_relate_cp .reMain ul { max-width:inherit;}
	.ny_relate_cp .reMain ul li { width:48.5%; margin:0 3% 30px 0;}
	.ny_relate_cp .reMain ul li:nth-child(3n+3) { margin:0 3% 30px 0;}
	.ny_relate_cp .reMain ul li:nth-child(2n+2) { margin:0 0 30px;}
	.ny_relate_cp .reMain ul li .NyPro_con { height:280px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { height:200px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name { padding:60px 10px 10px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name a i { margin:0 auto 20px;}
	
	.pro_detail_text h1{font-size:22px;}
	.pro_detail_btn a{height:50px;line-height:50px;font-size:18px;}
	
	.pro_detail_main{margin: 0 auto 20px;padding: 30px 2% 30px;}
	.prodetail_img{width:100%;margin-bottom:20px;}
	.pro_detail_main .pro_detail_text{width:100%;}
	.lyNyProDetail_con .lyNyProDetail_right{width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConText{min-height:inherit;}
	.lyNyProDetail_con .lyNyProDetail_left{width:100%;margin-top:20px;}
	.side-tit{padding: 0 2.5%;}
	
	.lyNyProDetail_ConTit p{width:15%;}
	.pro_detail_text ul li { margin:0;}
	.Xgwz_tit span { text-align:left;}
    .Xgwz_tit p {text-align:left;}
	
}
@media (max-width: 767px) {
	.lyNyProDetail_con{ margin-bottom:30px;}
	.ny_relate_cp .reMain ul { max-width:inherit;}
	.ny_relate_cp .reMain ul li { width:100%; margin:0 auto 20px;}
	.ny_relate_cp .reMain ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.ny_relate_cp .reMain ul li:nth-child(2n+2) { margin:0 auto 20px;}
	.ny_relate_cp .reMain ul li .NyPro_con { height:280px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { height:220px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name { padding:80px 10px 10px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name a i { margin:0 auto 20px;}
	
	.pro_detail_text h1{font-size:22px;line-height:32px;}
	.pro_detail_btn a{height:50px;line-height:50px;font-size:16px;}
	
	.pro_detail_main{margin: 0 auto 20px;padding: 30px 2% 30px;}
	.prodetail_img{width:100%;margin-bottom:20px;height:auto;}
	.pro_detail_main .pro_detail_text{width:100%;}
	.lyNyProDetail_con .lyNyProDetail_right{width:100%;}
	.lyNyProDetail_right .lyNyProDetail_ConText{min-height:inherit;}
	.lyNyProDetail_con .lyNyProDetail_left{width:100%;margin-top:20px;}
	.side-tit{padding: 0 2.5%;}
	
	#preview .pic_wrap{width:100%;float:none;height:325px;}
	#spec-n5{width:100%;margin-top:15px;height:auto;float:none;}
	#spec-list ul li{margin-right:2%;width:18.4%;float:left;height:60px;}
	#spec-list ul li:nth-child(5n){margin-right:0;}
	.lyNyProDetail_ConTit p{width:100%;padding: 5px 0 10px;}
	.ny_relate_cp .rTitText{font-size:20px;}
	
	.lyNyProDetail_ConTit p{width:30%;}

	.pro_detail_text ul li { width:100%; margin:0; font-size:15px;}
	.Xgwz_tit span { text-align:left;}
    .Xgwz_tit p {text-align:left;}
}
@media (max-width: 375px) {
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { height:200px;}
}
@media (max-width: 320px) {
	.ny_relate_cp .reMain ul li .NyPro_con { height:240px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_img { height:165px;}
	.ny_relate_cp .reMain ul li:hover .NyPro_con .NyPro_name { padding: 60px 10px 10px;}
	.ny_relate_cp .reMain ul li .NyPro_con .NyPro_name a { font-size: 14px;}
}

/*内页视频中心*/
.all_box .video_box{ width:100%; float:none;}
.video_box .Pro_list ul li .NyPro_con{ height:430px;}
.video_box .Pro_list ul li .NyPro_con .NyPro_img{ height:350px;}
.video_box .Pro_list ul li .NyPro_con .NyPro_img a::after { content: ''; display: block; width: 65px;height: 65px;background: url(../images/video_icon.png) center center no-repeat; background-size: auto; background-size: contain; position: absolute; top: 50%;margin-top: -32px;left: 50%; margin-left: -35px; z-index: 999;}
.video_box .Pro_list ul li:hover .NyPro_con .NyPro_name a i{ display:none;}
.video_box .Pro_list ul li:hover .NyPro_con .NyPro_name {padding: 270px 10px 10px;background-color: rgba(0, 161, 233, .8);}
@media (max-width: 1360px) {
.video_box .Pro_list ul li .NyPro_con{ height:390px;}
.video_box .Pro_list ul li .NyPro_con .NyPro_img{ height:310px;}
}
@media (max-width: 1360px) {
.video_box .Pro_list ul li .NyPro_con{ height:360px;}
.video_box .Pro_list ul li .NyPro_con .NyPro_img{ height:280px;}
}

/*视频详细页*/
.NyNewDetail_con .fvopvideo { width:60% !important; height:480px!important;margin:0 auto 20px;position:relative;z-index:99;}

@media screen and (max-width: 1199px){
.NyNewDetail_con .fvopvideo { width:100%!important; height:300px!important;}
}
@media screen and (max-width: 780px){
.NyNewDetail_con .fvopvideo { width:100%!important; height:250px!important;}
}
@media screen and (max-width: 480px){
.NyNewDetail_con .fvopvideo { width:100%!important; height:250px!important;}
	}



/*首页新闻文章*/
.ind_article{ padding:60px 0; background:#f2f3f5; overflow:hidden;}
.ind_article .big_biao{ width:50%; float:left;}
.ind_article .article_cent{ margin-top:40px; display:none;}
.ind_article .article_cent.on{ display:block;}
.tj_article{ position:relative;}
.ind_article .arttj_img{ display:block; width:50%; float:left; height:365px;}
.ind_article .arttj_img img{width:100%; height:100%; object-fit: cover; }
.ind_article .tj_right{width: 55%; position: absolute;top:20px;right: 0;padding: 4%;background-color: #00a1e9; border-radius: 25px 0 25px 0;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;}
.ind_article .tj_right:hover{top:10px;}
.ind_article .tj_right .arttj_bt{font-size: 20px; font-weight: bold; margin-bottom: 22px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height:62px;color: #fff;}
.ind_article .tj_right .arttime{ margin-bottom:23px; font-size:16px; color:#fff; background:url(../images/time2.png) left center no-repeat;    padding-left: 25px;}
.ind_article .tj_right .artms{ color: rgba(255,255,255,.9); line-height:25px; height:72px; overflow:hidden;}
.ind_article .tj_right .arttj_more{ width:180px; height:48px; line-height:48px; border-radius:50px; font-size:16px; border:2px solid #fff; margin-top:35px; color:#fff; display:block; text-align:center;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;}
.ind_article .tj_right .arttj_more:hover{ border-radius:0; background:#0fc031; }
.ind_article .artli{ display:block; width:100%; margin-top:65px;}
.ind_article .artli li{ width:32%; float:left;margin-right:2%; background:#fff; padding:20px; overflow:hidden;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); position:relative;}
.ind_article .artli li:last-child{ margin-right:0;}
.ind_article .artli li .art_zt{ position:relative; z-index:2;}
.ind_article .artli li .art_libt{ font-size:20px; font-weight:bold; display:block;width:100%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ind_article .artli li em{display:block; height:60px; overflow:hidden; color:#999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.ind_article .artli li .arttime{margin:20px 0 10px;font-size:16px; background:url(../images/time.png) left center no-repeat;padding-left: 25px; position:relative;}
.ind_article .artli li .arttime:after{ content:""; display:block; position:absolute; width:38px; height:4px; background:#00a1e9; right:0;bottom: 10px;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;}
.ind_article .artli li .art_bg{ width:100%; height:0; left:0; bottom:50%; position: absolute;text-align:center;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;}
.ind_article .artli li:hover .art_bg{height:100%; bottom:0;}
.ind_article .artli li .art_bg img{ width:100%; height:100%;}

.ind_article .artli li:hover .art_libt,.ind_article .artli li:hover .arttime,.ind_article .artli li:hover em{ color:#fff;}
.ind_article .artli li:hover .arttime:after{ background:#fff; width:50px;}
.ind_article .artli li:hover .arttime{background:url(../images/time2.png) left center no-repeat;}

.ind_article .new_btn P{ width:180px; height:50px; line-height:50px; font-size:20px;  background:#ddd; float:right; color:#333; text-align:center;margin-top: 18px;}
.ind_article .new_btn P.xwbtn{ margin-right:10px;}
.ind_article .new_btn .on{ background:#00a1e9; color:#fff;}

@media (max-width:1023px) {
	.ind_article{ padding:40px 0; }
	.ind_article .new_btn P{ width:130px;}
	.ind_article .arttj_img{ height:345px;}
	.ind_article .artli li{ width:100%; margin-right:0; float:none;margin-bottom: 10px;}
}
@media (max-width:767px) {
	.ind_article{ padding:30px 0; }
	.ind_article .big_biao{ width:100%;}
	.ind_article .big_biao p{ text-align:center;}
	.ind_article .new_btn {display:flex; display: -webkit-flex; justify-content:center; width:100%;}
	.ind_article .new_btn P{ font-size:16px;}
	.ind_article .new_btn P.xwbtn{ margin-right:0;}
	.ind_article .article_cent{ margin-top:20px;}
	.ind_article .arttj_img{ width:100%; height:280px; float:none;}
	.ind_article .tj_right{ width:100%; position:static;padding: 20px;}
	.ind_article .tj_right .arttj_bt{ margin-bottom:10px;}
	.ind_article .tj_right .arttime{ margin-bottom:10px;}
	.ind_article .tj_right .arttj_more{ width:150px; height:43px; line-height:43px; margin-top:20px;}
	.ind_article .artli{ margin-top:20px;}
}

.h_new_case{position:relative;z-index:999;}
.h_new_case ul li{ position:relative;width:23.5%; float: left;margin-right:2%; border-radius:10px; background:#f2f3f5;overflow: hidden; margin-top:30px;}
.h_new_case ul li .indpro_img1{ width:100%; height:350px; overflow:hidden;}
.h_new_case ul li .indpro_img1 a{ display:block; width:100%; height:100%; position:relative;cursor:default;}
.h_new_case ul li .indpro_img1 a img{ position:absolute; margin:auto; left:0; right:0; top:0; bottom:0; max-width:100%; max-height:100%;transition-duration: .7s;-ms-transition-duration: .7s;-moz-transition-duration: .7s;-webkit-transition-duration: .7s;}
.h_new_case ul li .indpro_wz1{ padding:10px 20px 15px;}
.h_new_case ul li .pro_name{ display:block; width:100%; height:40px; line-height:40px; font-weight:bold; font-size:18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;text-align:center;cursor:default;}
.h_new_case ul li .indpro_wz1 p{ color:#999; line-height:24px;height: 50px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.h_new_case ul li:hover{ box-shadow:0 10px 10px #0e92ce;}
.h_new_case ul li:hover .pro_name{ color:#00a1e9;}
.h_new_case ul li:hover .indpro_img1 a img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.h_new_case ul li:before{content: '';position: absolute;left: -100%;top: 0px;width: 150px;height: 100%;background: rgba(255,255,255,.2);z-index: 1;transform: skew(30deg, 0);-webkit-transform: skew(30deg, 0);-ms-transform: skew(30deg, 0);-moz-transform: skew(30deg, 0);-o-transform: skew(30deg, 0);transition: all 1s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;filter: blur(10px);}
.h_new_case ul li:hover:before{ animation:sgt .5s;}
 @keyframes sgt{
	 0%{left: -100%;}
	 100%{left: 150%;}
	 }

@media (min-width:768px) {
.h_new_case ul li:nth-child(4n){ margin-right:0;}
}
.h_new_case ul li.indpro_img2 .indpro_img1{ height:220px; overflow:hidden;}
@media (max-width:1199px) {
	.h_new_case ul li.indpro_img2 .indpro_img1{height: 176px;}
}
@media (max-width:1024px) {
	.h_new_case{ margin-top:30px;}
	.h_new_case ul li .indpro_wz1 {padding: 10px 20px 10px;}
	.h_new_case ul li .indpro_img1{ height:220px;}
	.h_new_case ul li.indpro_img2 .indpro_img1{height: 152px;}
}
@media (max-width:880px) {
	.h_new_case ul li .indpro_img1{ height:220px;}
	.h_new_case ul li.indpro_img2 .indpro_img1{height: 114px;}
	.h_new_case ul li .pro_name{font-size:16px;}
}
@media (max-width:767px) {
	.h_new_case{ margin-top:20px;}
	.h_new_case ul li{ border-radius:0;}
	.h_new_case ul li .pro_name{ font-size:16px;}
	.h_new_case ul li .indpro_wz1 {padding: 5px 10px 10px;}
	.h_new_case ul li .indpro_img1{ height:130px;}
	.h_new_case ul li.indpro_img2 .indpro_img1{ height:130px;}
	.h_new_case ul li{ width:49%; margin-top:10px;}
	.h_new_case ul li:nth-child(2n){ margin-right:0;}
}